This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Mark.Shannon
Recipients Mark.Shannon, georg.brandl, nedbat, pitrou
Date 2014-10-06.21:43:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412631824.32.0.761900602468.issue22462@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-10-06 21:43:44Mark.Shannonsetrecipients: + Mark.Shannon, georg.brandl, pitrou, nedbat
2014-10-06 21:43:44Mark.Shannonsetmessageid: <1412631824.32.0.761900602468.issue22462@psf.upfronthosting.co.za>
2014-10-06 21:43:44Mark.Shannonlinkissue22462 messages
2014-10-06 21:43:44Mark.Shannoncreate