[issue7992] Backport capsule object

Florent Xicluna report at bugs.python.org
Fri Apr 2 22:25:29 CEST 2010


Florent Xicluna <florent.xicluna at gmail.com> added the comment:

Ok, I put Jésus in the nosy list.

It makes the test___all__ fail on trunk because it checks the warnings raised during import.

AFAIU, the patch is something like:

-#if (PY_VERSION_HEX < 0x03020000)
+#if (PY_VERSION_HEX < 0x02070000)

----------
nosy: +jcea

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7992>
_______________________________________


More information about the Python-bugs-list mailing list