Mark Shannon added the comment:

W.r.t PEP 384:
Every module, except pyexpat, in the stdlib library treats frames as opaque 
objects, as PEP 384 requires.
(I'm exempting builtins and sys here)
I think it is unreasonable to expect authors of 3rd party modules to respect 
PEP 384 if the standard library does not.

W.r.t. the change to ctypes: I have simply moved a function from ctypes.c to 
traceback.c (and renamed it accordingly) so that pyexpat.c can access it.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22462>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to