Re: [Python-Dev] cpython: Minor refactoring. Move reference count logic into function that adds entry.
On 28.06.15 08:03, raymond.hettinger wrote: https://hg.python.org/cpython/rev/637e197be547 changeset: 96697:637e197be547 user:Raymond Hettinger date:Sat Jun 27 22:03:35 2015 -0700 summary: Minor refactoring. Move reference count logic into function that adds entry. This looks not correct. key should be increfed before calling PyObject_RichCompareBool() for the same reason as startkey. ___ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
[Python-Dev] Not getting mail from the issue tracker
Firstly, a big sorry to all those unittest issues I haven't commented on. Turns out I simply don't get mail from the issue tracker. :(. Who should I speak to to try and debug this? In the interim, if you want me to look at an issue please ping me on IRC (lifeless) or mail me directly. -Rob -- Robert Collins Distinguished Technologist HP Converged Cloud ___ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
