You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update dict.get_item binding to use PyDict_GetItemRef (#4355)
* Update dict.get_item binding to use PyDict_GetItemRef
Refs #4265
* test: add test for dict.get_item error path
* test: add test for dict.get_item error path
* test: add test for dict.get_item error path
* fix: fix logic error in dict.get_item bindings
* update: apply david's review suggestions for dict.get_item bindings
* update: create ffi::compat to store compatibility shims
* update: move PyDict_GetItemRef bindings to spot in order from dictobject.h
* build: fix build warning with --no-default-features
* doc: expand release note fragments
* fix: fix clippy warnings
* respond to review comments
* Apply suggestion from @mejrs
* refactor so cfg is applied to functions
* properly set cfgs
* fix clippy lints
* Apply @davidhewitt's suggestion
* deal with upstream deprecation of new_bound
0 commit comments