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 fabioz
Recipients arigo, fabioz, loewis, rhettinger
Date 2014-02-06.15:15:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391699716.09.0.827561036151.issue1654367@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Armin,

That does make sense to me, but maybe it could be nice providing a standard API across Python implementations to make that call (even if the CPython version uses ctypes underneath and the PyPy version uses RPython), but I'll leave that up to CPython and PyPy devs to discuss -- so, for me, if that call is in the __pypy__ namespace, I'll do the proper check and use it in the PyDev debugger :)

p.s.: no problem on putting my name on the test case (and distributing in whatever license PyPy or CPython is under).
History
Date User Action Args
2014-02-06 15:15:16fabiozsetrecipients: + fabioz, loewis, arigo, rhettinger
2014-02-06 15:15:16fabiozsetmessageid: <1391699716.09.0.827561036151.issue1654367@psf.upfronthosting.co.za>
2014-02-06 15:15:16fabiozlinkissue1654367 messages
2014-02-06 15:15:15fabiozcreate