[Python-Dev] [buildbot] Increase number of stored builds
Hello, is it possible to increase the number of stored builds? Sometimes I want to see a build that might be a week or even 6 months old. Examples: 1) Recently I was wondering if the HPUX CFLAGS changed at some point. 2) The HPUX build has the following error: "*** WARNING: renaming "_curses" since importing it failed: dynamic module does not define init function (PyInit__curses)" I need to see if http://hg.python.org/cpython/rev/97fb852c5c26 is responsible. Stefan Krah ___ 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
Re: [Python-Dev] cpython (3.3): Issue #17576: Deprecation warning emitted now when __int__() or __index__()
On Wed, 11 Dec 2013 20:28:19 +0100 (CET) serhiy.storchaka wrote: > http://hg.python.org/cpython/rev/618cca51a27e > changeset: 87899:618cca51a27e > branch: 3.3 > parent: 87896:46186736e91c > user:Serhiy Storchaka > date:Wed Dec 11 21:07:54 2013 +0200 > summary: > Issue #17576: Deprecation warning emitted now when __int__() or __index__() > return not int instance. Introduced _PyLong_FromNbInt() and refactored > PyLong_As*() functions. Is it ok to add deprecation warnings in bugfix versions? Regards Antoine. ___ 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
Re: [Python-Dev] cpython (3.3): Issue #17576: Deprecation warning emitted now when __int__() or __index__()
On 12 Dec 2013 08:26, "Antoine Pitrou" wrote: > > On Wed, 11 Dec 2013 20:28:19 +0100 (CET) > serhiy.storchaka wrote: > > http://hg.python.org/cpython/rev/618cca51a27e > > changeset: 87899:618cca51a27e > > branch: 3.3 > > parent: 87896:46186736e91c > > user:Serhiy Storchaka > > date:Wed Dec 11 21:07:54 2013 +0200 > > summary: > > Issue #17576: Deprecation warning emitted now when __int__() or __index__() > > return not int instance. Introduced _PyLong_FromNbInt() and refactored > > PyLong_As*() functions. > > Is it ok to add deprecation warnings in bugfix versions? Oh, I missed that this was landed on multiple branches. In general, we try to avoid doing that, but the ultimate decision rests with the release manager (although in this case, I would suggest only making the change for 3.4). > > Regards > > Antoine. > > > ___ > Python-Dev mailing list > [email protected] > https://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: https://mail.python.org/mailman/options/python-dev/ncoghlan%40gmail.com ___ 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
