On 02/06/2017 04:56 AM, Skip Montanaro wrote:

I'm wrapping some C++ libraries using pybind11.

I asked one of the core-devs about it, and he suggested:

Python 3.6 got a new C define in Objects/dictobjet.c
which might help to track the bug:

/* Uncomment to check the dict content in _PyDict_CheckConsistency() */
/* #define DEBUG_PYDICT */

Uncomment and recompile Python (in debug mode).

Victor

--
~Ethan~
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to