[issue7992] Backport capsule object

Florent Xicluna report at bugs.python.org
Fri Apr 2 14:51:31 CEST 2010


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

The PendingDeprecationWarning is still spit by the bsddb module.

$ ./python -Wd -m test.regrtest test_bsddb
test_bsddb
./Lib/importlib/__init__.py:37: PendingDeprecationWarning: The CObject type is marked Pending Deprecation in Python 2.7.  Please use capsule objects instead.
  __import__(name)h
1 test OK.

----------

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


More information about the Python-bugs-list mailing list