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 wenzel
Recipients berker.peksag, jmadden, methane, minrk, ned.deily, serhiy.storchaka, vstinner, wenzel, xiang.zhang
Date 2016-12-15.06:54:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481784852.99.0.914293419999.issue28147@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

pybind11 (https://github.com/pybind/pybind11) dev here.

We're seeing massive memory increases due to this bug, which completely break our test suite (and likely any use of this library, which is commonly used to bind C++ code to Python).

Please look at the following issue ticket:

https://github.com/pybind/pybind11/issues/558

where RSS goes to 43MB to 4.3GB for the basic set of tests. The fancy fancy test suite which also covers NumPy/SciPy can't even be run anymore. All issues disappear when the dict patch listed here is applied.

We're really concerned that this is not slated to be fixed for 3.6.0. Pybind11 is not doing anything particularly special with dicts -- if this is hitting us, others will likely have issues as well.

-Wenzel
History
Date User Action Args
2016-12-15 06:54:13wenzelsetrecipients: + wenzel, vstinner, ned.deily, methane, berker.peksag, serhiy.storchaka, minrk, jmadden, xiang.zhang
2016-12-15 06:54:12wenzelsetmessageid: <1481784852.99.0.914293419999.issue28147@psf.upfronthosting.co.za>
2016-12-15 06:54:12wenzellinkissue28147 messages
2016-12-15 06:54:12wenzelcreate