[Python-Dev] 3.6 branch now open only for 3.6.0 release critical fixes and doc updates!

2016-11-21 Thread Ned Deily
On Nov 22, 2016, at 02:02, Ned Deily wrote: > On behalf of the Python development community and the Python 3.6 release > team, I'm pleased to announce the availability of Python 3.6.0b4. 3.6.0b4 > is the last planned beta release of Python 3.6, the next major release of > Python. [...] OK, all of

[Python-Dev] [RELEASE] Python 3.6.0b4 is now available

2016-11-21 Thread Ned Deily
On behalf of the Python development community and the Python 3.6 release team, I'm pleased to announce the availability of Python 3.6.0b4. 3.6.0b4 is the last planned beta release of Python 3.6, the next major release of Python. Among the new major new features in Python 3.6 are: * PEP 468 - Pres

[Python-Dev] IMPORTANT: 3.6 branch in Release Candidate stage, check-ins restricted!

2016-11-21 Thread Ned Deily
The tagging and manufacturing of 3.6.0 beta 4 is now underway and we are entering the Release Candidate stage. From now until further notice, you should only push changes to 3.6 that meet the 3.6.0 release critical or final doc changes criteria described below. All code changes pushed to 3.6 d

Re: [Python-Dev] [Python-checkins] Daily reference leaks (b78574cb00ab): sum=1120

2016-11-21 Thread Yury Selivanov
On 2016-11-19 2:46 PM, Kevin Modzelewski wrote: Hi Yury, you may be interested in some leak-finding code that wrote for Pyston. It uses the GC infrastructure to show you objects that were directly leaked, ignoring indirect leaks -- ie objects that were only leaked because they were referenced

[Python-Dev] IMPORTANT: 3.6.0b4 snapshot today, workflow changes for the final weeks of 3.6.0

2016-11-21 Thread Ned Deily
The final beta snapshot planned for the 3.6 release cycle is scheduled to be tagged today within the next 12 hours. We then begin the Release Candidate stage, the final days leading up to 3.6.0, with the release candidate scheduled to be tagged in about 2 weeks. As I have noted previously, wit