[issue28061] Compact dict bug on Windows (Visual Studio): if (mp->ma_keys->dk_usable * 3 < other->ma_used * 2)

STINNER Victor report at bugs.python.org
Mon Sep 12 06:05:05 EDT 2016


STINNER Victor added the comment:

I compiled Python in 4 modes:

* debug/32 bits
* debug/64 bits
* release/32 bits
* release/64 bits

Compilation never fails and test_dict always pass.

I'm unable to reproduce the issue, so I removed the "release blocker" flag to not stress our release manager :-)

----------
priority: release blocker -> deferred blocker

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


More information about the Python-bugs-list mailing list