Skip to content

Commit

Permalink
bpo-32787: Better error handling in ctypes. (#3727)
Browse files Browse the repository at this point in the history
* bpo-31572: Get rid of PyObject_HasAttrString() in ctypes.

* Fix error handling for _pack_.

* Don't silence errors when look up in a dict.

* Use _PyObject_LookupAttrId().

* More changes.
  • Loading branch information
serhiy-storchaka authored Dec 5, 2018
1 parent 476b113 commit 398bd27
Show file tree
Hide file tree
Showing 5 changed files with 247 additions and 112 deletions.
Loading

0 comments on commit 398bd27

Please sign in to comment.