[issue28791] update sqlite to 3.15.2

2016-11-29 Thread Ned Deily
Ned Deily added the comment: Yes, we're not going to change library versions for the 3.6.0 installers at this point. Upgrade for 3.7.0 is fine and possibly for a 3.6.x maintenance release if warranted. I suggest holding off on any patches until we're closer to those releases as th

[issue28846] Add a ProviderKey to the installer bundle

2016-11-30 Thread Ned Deily
Ned Deily added the comment: Sounds good to me. -- ___ Python tracker <http://bugs.python.org/issue28846> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28820] Typo in section 6 of the Python 3.4 documentation

2016-11-30 Thread Ned Deily
Ned Deily added the comment: Yes, there is no restriction on doc changes at the moment as long as they are relevant to 3.6.0. -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue28

[issue27172] Undeprecate inspect.getfullargspec()

2016-12-02 Thread Ned Deily
Ned Deily added the comment: It looks like Serhiy took care of the merge to default in dd4c420b8e66. -- nosy: +serhiy.storchaka ___ Python tracker <http://bugs.python.org/issue27

[issue28440] ensurepip and pip install failures on macOS Sierra with non-system Python 2.7.x

2016-12-02 Thread Ned Deily
Ned Deily added the comment: I've pushed the change to revert Issue4865 for the 2.7 branch for release with 2.7.13. I am leaving this open to push similar changes for 3.x branches in anticipation of Apple someday supplying system Python 3.x. It would also be good to see if the post-in

[issue4865] system wide site-packages dir not used on Mac OS X

2016-12-02 Thread Ned Deily
Ned Deily added the comment: Update: this change has been reverted in Python 2.7.13. See Issue #28440 for details. -- nosy: +ned.deily stage: -> resolved ___ Python tracker <http://bugs.python.org/iss

[issue27647] Update Windows build to Tcl/Tk 8.6.6

2016-12-03 Thread Ned Deily
Ned Deily added the comment: Please don't change Mac/BuildScript. The code there to build Tcl and Tk is currently not used. -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/is

[issue28873] test_unittest failures when refleak hunting

2016-12-05 Thread Ned Deily
Changes by Ned Deily : -- assignee: ned.deily -> ___ Python tracker <http://bugs.python.org/issue28873> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue23722] During metaclass.__init__, super() of the constructed class does not work

2016-12-05 Thread Ned Deily
Changes by Ned Deily : -- assignee: ned.deily -> priority: release blocker -> ___ Python tracker <http://bugs.python.org/issue23722> ___ ___ Python-bugs-

[issue28872] test_builtin failures when refleak hunting

2016-12-05 Thread Ned Deily
Changes by Ned Deily : -- assignee: ned.deily -> stage: needs patch -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue28797] Modifying class __dict__ inside __set_name__

2016-12-05 Thread Ned Deily
Changes by Ned Deily : -- priority: release blocker -> ___ Python tracker <http://bugs.python.org/issue28797> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue28808] Make PyUnicode_CompareWithASCIIString() never failing

2016-12-05 Thread Ned Deily
Ned Deily added the comment: This is currently blocking 360rc1. Victor, Serhiy, we either need to get this in now or wait until 3.6.1. I am leaning towards pushing the latest patch for 3.6 without having a decision about 3.5 yet. -- ___ Python

[issue28835] Change in behavior when overriding warnings.showwarning and with catch_warnings(record=True)

2016-12-05 Thread Ned Deily
Ned Deily added the comment: What's the status of this issue? It's currently blocking 360rc1. We either need a resolution now or defer it to 3.6.1. -- ___ Python tracker <http://bugs.python.o

[issue28089] Document TCP_NODELAY by default

2016-12-05 Thread Ned Deily
New submission from Ned Deily: This is marked as a release blocker but, since it's just a doc change, I'm not going to hold 3.6.0 for it. It would be nice to get it in, though. -- priority: release blocker -> deferred blocker ___ P

[issue28091] Document PEP 525

2016-12-05 Thread Ned Deily
New submission from Ned Deily: Yuri, are you planning to do more for this for 3.6.0? This is marked as a release blocker but, since it's just a doc change, I'm not going to hold 3.6.0 for it. -- priority: release blocker -> def

[issue28091] Document PEP 525

2016-12-05 Thread Ned Deily
Ned Deily added the comment: Yury, are you planning to do more for this for 3.6.0? This is marked as a release blocker but, since it's just a doc change, I'm not going to hold 3.6.0 for it. -- ___ Python tracker <http://bugs.python.o

[issue28091] Document PEP 525

2016-12-05 Thread Ned Deily
Changes by Ned Deily : -- Removed message: http://bugs.python.org/msg282460 ___ Python tracker <http://bugs.python.org/issue28091> ___ ___ Python-bugs-list mailin

[issue28090] Document PEP 530

2016-12-05 Thread Ned Deily
New submission from Ned Deily: Yury, are you planning to do more for this for 3.6.0? This is marked as a release blocker but, since it's just a doc change, I'm not going to hold 3.6.0 for it. -- priority: release blocker -> deferred blocker versions

[issue28091] Document PEP 525

2016-12-05 Thread Ned Deily
Changes by Ned Deily : -- versions: +Python 3.7 ___ Python tracker <http://bugs.python.org/issue28091> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28518] execute("begin immediate") throwing OperationalError

2016-12-05 Thread Ned Deily
Ned Deily added the comment: Thanks everyone for investigating this, in particular Big Stone for the reference to the SQLite project and especially Richard Hipp for once again responding quickly to issues we've brought up. While it would be good to get this resolved soon one way or an

[issue27847] os.set_inheritable() looks to be broken on OpenIndiana, regression of Python 3.6

2016-12-05 Thread Ned Deily
Ned Deily added the comment: Although Victor initiated some discussions on python-dev about support for OpenIndiana and other Solaris-related derivatives, I don't we ever reached a consensus, no one has proposed a solution, and currently the OpenIndiana 3.6 buildbot is not functioning

[issue27847] os.set_inheritable() looks to be broken on OpenIndiana, regression of Python 3.6

2016-12-05 Thread Ned Deily
Changes by Ned Deily : -- nosy: +jcea ___ Python tracker <http://bugs.python.org/issue27847> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue27030] Remove deprecated re features

2016-12-06 Thread Ned Deily
Ned Deily added the comment: It is unfortunate that the deprecation note did not explicitly mention replacement templates as well as regexp patterns. While there are good arguments to be made for either case, I think it makes more sense to treat the replacement template as following the

[issue28835] Change in behavior when overriding warnings.showwarning and with catch_warnings(record=True)

2016-12-06 Thread Ned Deily
Ned Deily added the comment: Thanks everyone for getting this resolved for 360rc1! -- priority: release blocker -> resolution: -> fixed stage: commit review -> resolved status: open -> closed versions: +Python 3.7 ___ Python tr

[issue27030] Remove deprecated re features

2016-12-06 Thread Ned Deily
Ned Deily added the comment: Thanks, Serhiy, for reverting the error handling for 3.6.0 (in 3.6.0rc1). I'm going to mark this as closed. Issue28450 is still open at the moment regarding the documentation and possible 3.7 changes. -- priority: release blocker -> re

[issue28450] Misleading/inaccurate documentation about unknown escape sequences in regular expressions

2016-12-06 Thread Ned Deily
Ned Deily added the comment: Note that 1b162d6e3d01 in Issue27030 (for 3.6.0rc1) has changed the behavior for re.sub replacement templates to produce a deprecation warning in 3.6 while still being treated as an error in 3.7. -- ___ Python tracker

[issue24254] Make class definition namespace ordered by default

2016-12-06 Thread Ned Deily
Ned Deily added the comment: What's the status of this issue? It's still marked as a "deferred blocker" for 3.6. -- nosy: +ned.deily ___ Python tracker <http://bug

[issue28339] "TypeError: Parameterized generics cannot be used with class or instance checks" in test_functools after importing typing module

2016-12-06 Thread Ned Deily
Ned Deily added the comment: This is still marked as "deferred blocker". Is there anything more that needs to be done for 3.6.0? I'm assuming not. -- ___ Python tracker <http://bugs.pyt

[issue28892] pandas.to_datetime crashes in 3.6b4

2016-12-06 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. This problem was reported previously in Issue28636 where it was determined that the problem is in Pandas (https://github.com/pandas-dev/pandas/issues/14561). It looks like the Pandas project has pushed a fix for it. -- resolution

[issue28897] Python 3.6.0rc1 breaks NumPy tests.

2016-12-07 Thread Ned Deily
Ned Deily added the comment: Serhiy, Victor, can you look at this please? -- nosy: +haypo, ned.deily, serhiy.storchaka priority: normal -> release blocker ___ Python tracker <http://bugs.python.org/issu

[issue28147] Unbounded memory growth resizing split-table dicts

2016-12-07 Thread Ned Deily
Ned Deily added the comment: This issue seems to have slipped through. Should it be a release blocker for 3.6.0 final or can it wait for 3.6.1? -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue28

[issue28896] Embeddable zip allows Windows registry to override module location

2016-12-07 Thread Ned Deily
Ned Deily added the comment: I'm OK with adding a doc change before 3.6.0 final. But since this behavior is not new with 3.6, I would rather save any code changes for 3.6.1 unless there is a consensus that this is an urgent security

[issue28835] Change in behavior when overriding warnings.showwarning and with catch_warnings(record=True)

2016-12-07 Thread Ned Deily
Ned Deily added the comment: Brett, msg282646 ? -- ___ Python tracker <http://bugs.python.org/issue28835> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28893] Make sure exceptions raised in __aiter__ are properly chained in ceval

2016-12-07 Thread Ned Deily
Ned Deily added the comment: Yury, sounds like a bug to me so it would be appropriate for a maintenance release. And not a showstopper release critical. -- ___ Python tracker <http://bugs.python.org/issue28

[issue28898] Can't compile gdb with Python 3.6

2016-12-07 Thread Ned Deily
Changes by Ned Deily : -- keywords: +3.6regression -patch ___ Python tracker <http://bugs.python.org/issue28898> ___ ___ Python-bugs-list mailing list Unsub

[issue28897] Python 3.6.0rc1 breaks NumPy tests.

2016-12-07 Thread Ned Deily
Changes by Ned Deily : -- keywords: +3.6regression ___ Python tracker <http://bugs.python.org/issue28897> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28897] Python 3.6.0rc1 breaks NumPy tests.

2016-12-07 Thread Ned Deily
Ned Deily added the comment: Charles, these are the two changes that went into Lib/warnings.py between b4 and rc1: changeset: 105490:aaee06743c61 branch: 3.6 parent: 105488:c0f59410ccfc user:Ned Deily date:Tue Dec 06 17:12:47 2016 -0500 files: Lib/warnings.py

[issue28897] Python 3.6.0rc1 breaks NumPy tests.

2016-12-07 Thread Ned Deily
Ned Deily added the comment: Yes, thanks, Charles, and thanks everyone else. Sorry about the confusion with the changes in rc1. -- priority: release blocker -> ___ Python tracker <http://bugs.python.org/issu

[issue28147] Unbounded memory growth resizing split-table dicts

2016-12-07 Thread Ned Deily
Ned Deily added the comment: Just follow the normal 3.6 branch which will ensure it gets into 3.6.1. If we end up deciding to also add it to 3.6.0 final, I will handle the cherrypicking. -- ___ Python tracker <http://bugs.python.org/issue28

[issue28900] update 'docs for other versions'

2016-12-07 Thread Ned Deily
Ned Deily added the comment: Links to 3.5, 3.6, and dev (future 2.7) docs are available in the pulldown menu above the Download sidebar. Does that work for you? -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue28

[issue28900] update 'docs for other versions'

2016-12-07 Thread Ned Deily
Ned Deily added the comment: OK, I see what needs to be changed. Thanks for the reminder! -- assignee: docs@python -> ned.deily priority: normal -> release blocker stage: -> needs patch ___ Python tracker <http://bugs.python.or

[issue28900] update 'docs for other versions'

2016-12-07 Thread Ned Deily
Ned Deily added the comment: Thanks but I'm almost done, Mariatta. The most important part is ensuring PEP 101 is correct. -- ___ Python tracker <http://bugs.python.org/is

[issue28900] update 'docs for other versions'

2016-12-07 Thread Ned Deily
Ned Deily added the comment: With the above changes, the sidebar should get updated for the current 2.7, 3.5, 3.6, and 3.7 front pages within the next 24 hours. I'm leaving this open as a "release blocker" as a reminder to go back and update them all again once 3.6.0 final

[issue28147] Unbounded memory growth resizing split-table dicts

2016-12-08 Thread Ned Deily
Ned Deily added the comment: I think these proposed patches need careful review but, even so, given the extent of the fix28147-py36-2.patch changes, I don't think they should go into 3.6.0 at the last minute. Unless somebody can convince me otherwise, I'm going to let this wait

[issue28914] selectmodule build fails

2016-12-08 Thread Ned Deily
Changes by Ned Deily : -- nosy: +berker.peksag ___ Python tracker <http://bugs.python.org/issue28914> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28928] IDLE crashes when opening .py file from Finder

2016-12-09 Thread Ned Deily
Ned Deily added the comment: >From the crash report, it appears you are using a Python 2.7.12 and Tcl/Tk 8.6 >installed from Homebrew. The crash appears to be happening as a result of the >Open Apple Event from the Finder to Tk. At first glance, I'm not able to >reproduce

[issue28928] IDLE crashes when opening .py file from Finder

2016-12-10 Thread Ned Deily
Ned Deily added the comment: I'm glad you got it working. The information at https://www.python.org/download/mac/tcltk/ pertains primarily to using Pythons from the python.org installers; it doesn't directly apply to Python instances built by and supplied by third-party distrib

[issue28783] Embedded/nuget packages incorrectly reference bdist_wininst

2016-12-11 Thread Ned Deily
Ned Deily added the comment: I agree that the risk if this is applied appears to be minimal. If Paul or Zack are OK with it and your testing is successful, I'll plan on cherrypicking it for 3.6.0 final. -- ___ Python tracker

[issue28938] match_hostname treats SAN IP address as DNS name and fails to check CN then

2016-12-11 Thread Ned Deily
Changes by Ned Deily : -- nosy: +alex, christian.heimes, dstufft, janssen ___ Python tracker <http://bugs.python.org/issue28938> ___ ___ Python-bugs-list mailin

[issue28783] Embedded/nuget packages incorrectly reference bdist_wininst

2016-12-11 Thread Ned Deily
Ned Deily added the comment: Just do your normal thing. I'll make it work. -- ___ Python tracker <http://bugs.python.org/issue28783> ___ ___ Python-bugs-l

[issue28248] Upgrade installers to OpenSSL 1.0.2j

2016-12-12 Thread Ned Deily
Ned Deily added the comment: @S Safihre. See the ReadMe included with the python.org 2.7.x installers. (It is displayed at installation and a copy is installed to /Applications/Python 2.7/ReadMe.rtf) As explained there, for 2.7.13rc1 as in recent previous 2.7.x releases, only the 10.5

[issue28949] Unable to launch Python interpreter

2016-12-12 Thread Ned Deily
Ned Deily added the comment: Jason, assuming you are using the python.org 3.6.0r1 installer, let us know what you find out! -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue28

[issue28089] asyncio: Document that TCP_NODELAY is now used by default

2016-12-12 Thread Ned Deily
Ned Deily added the comment: Yury, look good to you? -- stage: patch review -> commit review versions: +Python 3.7 ___ Python tracker <http://bugs.python.org/issu

[issue28949] Stdlib modules disappear from file system

2016-12-12 Thread Ned Deily
Ned Deily added the comment: That's sounding better, thanks. Out of curiosity, are there hard links involved? -- ___ Python tracker <http://bugs.python.org/is

[issue26071] bdist_wininst created binaries fail to start and find 32bit Pythons

2016-12-13 Thread Ned Deily
Ned Deily added the comment: Since we are two days from the final release, the fix requires rebuilding and replacing a binary file in the source repo, and you state (in related Issue28680): "Considering we've gone through all of 3.5 and 3.6 with very few people noticing (and as

[issue28949] Stdlib modules disappear from file system

2016-12-13 Thread Ned Deily
Ned Deily added the comment: Have you verified that the problem no longer occurs if the virtualenvs are not in a Dropbox directory? (And these are virtualenvs, not venvs?) In any case, at this point it seems pretty clear that we're not dealing with a problem with Python 3.6.0 nor wit

[issue28949] Stdlib modules disappear from file system

2016-12-13 Thread Ned Deily
Ned Deily added the comment: Thanks. I'm still interested in the outcome but my immediate concern was whether this was a showstopper problem for 3.6.0. Good luck! -- nosy: +ned.deily ___ Python tracker <http://bugs.python.org/is

[issue28963] Use-after-free in _asynciomodule.c

2016-12-13 Thread Ned Deily
Changes by Ned Deily : -- nosy: +giampaolo.rodola, gvanrossum, haypo, yselivanov ___ Python tracker <http://bugs.python.org/issue28963> ___ ___ Python-bugs-list m

[issue28966] Menu.add_checkbutton has no checkmark on OS X

2016-12-13 Thread Ned Deily
Ned Deily added the comment: I'm not totally sure what behavior you expect but it *seems* to work OK for me using the current Python 3.5.2 or the pre-release 3.6.0rc1 from python.org OS X installers and with current ActiveTcl 8.5.18 installed as suggested (https://www.python.org/downloa

[issue28963] Use-after-free in _asyncio_Future_remove_done_callback() of _asynciomodule.c

2016-12-14 Thread Ned Deily
Ned Deily added the comment: This doesn't sound like a showstopper issue so I think it can wait for 3.6.1. -- ___ Python tracker <http://bugs.python.org/is

[issue28147] Unbounded memory growth resizing split-table dicts

2016-12-15 Thread Ned Deily
Ned Deily added the comment: It appears this issue has stalled again. Is the most recent patch fix28147-py36-2.patch) ready for review? If so, can someone please review it? Then it needs to be pushed to the 3.6 branch for 3.6.1 and exposed to the buildbots. Only then could we consider

[issue28967] copy.copy fails on threading.local subclass

2016-12-15 Thread Ned Deily
Ned Deily added the comment: Thanks for raising the issue, Jelle. And thanks for the analysis, Serhiy. It doesn't sound like a release blocker for 3.6.0. Is it worth addressing at all? -- assignee: ned.deily -> priority: release blocker -> normal versions:

[issue28147] Unbounded memory growth resizing split-table dicts

2016-12-15 Thread Ned Deily
Changes by Ned Deily : -- priority: high -> deferred blocker ___ Python tracker <http://bugs.python.org/issue28147> ___ ___ Python-bugs-list mailing list Un

[issue28979] What's New entry on compact dict mentions "faster" implementation

2016-12-15 Thread Ned Deily
Changes by Ned Deily : -- priority: normal -> release blocker ___ Python tracker <http://bugs.python.org/issue28979> ___ ___ Python-bugs-list mailing list Un

[issue28982] multiprocessing.Queue.get(block=True, timeout=0) always raises queue.Empty

2016-12-15 Thread Ned Deily
Changes by Ned Deily : -- nosy: +davin ___ Python tracker <http://bugs.python.org/issue28982> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue28984] json.dump + indent creates trailing extra spaces

2016-12-15 Thread Ned Deily
Ned Deily added the comment: I agree with Josh's assessment. Sorry! -- nosy: +ned.deily resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.pyth

[issue28689] OpenSSL 1.1.0c test failures

2016-12-15 Thread Ned Deily
Ned Deily added the comment: I added the following text to the "Notes on this release" section for the 3.6.0rc1 release page and will copy it to future 3.6.x release pages until sometime after a fixed 1.1.0 is released: "If you are building Python from source, beware that the

[issue28635] Update What's New for 3.6

2016-12-15 Thread Ned Deily
Ned Deily added the comment: [cherrypicked for 3.6.0r2] -- ___ Python tracker <http://bugs.python.org/issue28635> ___ ___ Python-bugs-list mailing list Unsub

[issue28898] Can't compile gdb with Python 3.6

2016-12-15 Thread Ned Deily
Ned Deily added the comment: [cherrypicked for 3.6.0rc2] -- assignee: ned.deily -> priority: release blocker -> resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.pyt

[issue28896] Embeddable zip allows Windows registry to override module location

2016-12-15 Thread Ned Deily
Ned Deily added the comment: [cherrypicked for 3.6.0rc2] -- priority: release blocker -> ___ Python tracker <http://bugs.python.org/issue28896> ___ ___ Python-

[issue28783] Embedded/nuget packages incorrectly reference bdist_wininst

2016-12-15 Thread Ned Deily
Ned Deily added the comment: [cherrypicked for 3.6.0rc2] -- priority: release blocker -> resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker <http://bugs.python

[issue28089] asyncio: Document that TCP_NODELAY is now used by default

2016-12-15 Thread Ned Deily
Ned Deily added the comment: [cherrypicked for 3.6.0rc2] -- priority: deferred blocker -> ___ Python tracker <http://bugs.python.org/issue28089> ___ ___ Py

[issue28979] What's New entry on compact dict mentions "faster" implementation

2016-12-15 Thread Ned Deily
Ned Deily added the comment: [cherrypicked for 3.6.0rc2] -- priority: release blocker -> resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python

[issue28147] Unbounded memory growth resizing split-table dicts

2016-12-15 Thread Ned Deily
Ned Deily added the comment: [cherrypicked for 3.6.0rc2] -- priority: release blocker -> deferred blocker ___ Python tracker <http://bugs.python.org/issu

[issue28900] update 'docs for other versions'

2016-12-16 Thread Ned Deily
Changes by Ned Deily : -- priority: release blocker -> resolution: -> fixed stage: commit review -> resolved status: open -> closed ___ Python tracker <http://bugs.python

[issue28900] update 'docs for other versions'

2016-12-16 Thread Ned Deily
Ned Deily added the comment: [cherrypicked for 3.6.0rc2] -- ___ Python tracker <http://bugs.python.org/issue28900> ___ ___ Python-bugs-list mailing list Unsub

[issue28091] Document PEP 525 & 530

2016-12-16 Thread Ned Deily
Ned Deily added the comment: [cherrypicked for 3.6.0rc2] -- priority: deferred blocker -> ___ Python tracker <http://bugs.python.org/issue28091> ___ ___ Py

[issue28770] Update python-gdb.py for fastcalls

2016-12-16 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ned.deily priority: normal -> release blocker ___ Python tracker <http://bugs.python.org/issue28770> ___ ___ Python-bugs-lis

[issue28770] Update python-gdb.py for fastcalls

2016-12-16 Thread Ned Deily
Changes by Ned Deily : -- status: closed -> open ___ Python tracker <http://bugs.python.org/issue28770> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue28770] Update python-gdb.py for fastcalls

2016-12-16 Thread Ned Deily
Ned Deily added the comment: Please leave this open until the cherry picking is completed. -- status: closed -> open ___ Python tracker <http://bugs.python.org/issu

[issue28989] .dll files missing

2016-12-16 Thread Ned Deily
Changes by Ned Deily : -- nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker <http://bugs.python.org/issue28989> ___ ___ Python-bugs-list m

[issue28969] lru_cache is not threadsafe

2016-12-16 Thread Ned Deily
Ned Deily added the comment: Before it could be considered for 3.6.0, it needs to be reviewed, pushed to the 3.6 branch for 3.6.1, and have some buildbot exposure. 3.6.0rc2 is in the process of manufacturing already. Since this is a fairly extensive change, I think it would not be

[issue28990] asyncio SSL hangs if connection is closed before handshake completed

2016-12-16 Thread Ned Deily
Ned Deily added the comment: [cherrypicked for 3.6.0rc2] -- priority: release blocker -> status: open -> closed ___ Python tracker <http://bugs.python.org/i

[issue28770] Update python-gdb.py for fastcalls

2016-12-16 Thread Ned Deily
Ned Deily added the comment: [cherrypicked for 3.6.0rc2] -- priority: release blocker -> stage: -> resolved status: open -> closed ___ Python tracker <http://bugs.python.or

[issue28147] Unbounded memory growth resizing split-table dicts

2016-12-16 Thread Ned Deily
Ned Deily added the comment: So now that a fix has been released with 3.6.0rc2, what else needs to be done to close this issue? Why is 3.5 selected in the applicable versions? -- ___ Python tracker <http://bugs.python.org/issue28

[issue28747] Expose SSL_CTX_set_cert_verify_callback

2016-12-17 Thread Ned Deily
Ned Deily added the comment: >From a release manager perspective, I'm OK in principle with adding it to >3.6.1 as long as the ssl experts are OK with it. -- nosy: +alex, dstufft, janssen ___ Python tracker <http://bugs.python.

[issue29003] sqlite3: can't run VACUUM on Python 3.6

2016-12-17 Thread Ned Deily
Changes by Ned Deily : -- keywords: +3.6regression nosy: +berker.peksag, ghaering ___ Python tracker <http://bugs.python.org/issue29003> ___ ___ Python-bugs-list m

[issue29006] 2.7.13 _sqlite more prone to "database table is locked"

2016-12-18 Thread Ned Deily
Changes by Ned Deily : -- nosy: +benjamin.peterson, berker.peksag, ghaering ___ Python tracker <http://bugs.python.org/issue29006> ___ ___ Python-bugs-list mailin

[issue25617] Installing local installation of Python

2016-12-19 Thread Ned Deily
Ned Deily added the comment: Perhaps the issue here is that you are installing a local version of Python with the same configured prefix as a system installed Python of the same major version. This is a primary use of the --prefix option to the ./configure script of Python. You should

[issue29021] Custom functions in sqlite receive None on invalid UTF-8

2016-12-20 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ghaering ___ Python tracker <http://bugs.python.org/issue29021> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue28932] Fail compile Python 3.6.0rc1 on OpenBSD 6.0

2016-12-20 Thread Ned Deily
Changes by Ned Deily : -- priority: release blocker -> ___ Python tracker <http://bugs.python.org/issue28932> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue23903] Generate PC/python3.def by scraping headers

2016-12-21 Thread Ned Deily
Ned Deily added the comment: I don't know enough about how python3.dll is used in the Windows world to ask the right questions. One obvious one: would this change likely affect any third-party binaries already built for 3.6.0? On the other hand, if we have to have one, it would be bett

[issue29057] Compiler failure on Mac OS X - sys/random.h

2016-12-23 Thread Ned Deily
Ned Deily added the comment: Pam, what version of macOS / OS X did this fail on? -- ___ Python tracker <http://bugs.python.org/issue29057> ___ ___ Python-bug

[issue29057] Compiler failure on Mac OS X - sys/random.h

2016-12-23 Thread Ned Deily
Ned Deily added the comment: Argh! This is the third go-around on this problem, starting with the quick fix for macOS 10.12 in Issue28676 then on to Issue28932 where Benjamin added a more elaborate configure test when it broke OpenBSD, and now that causes builds on macOS versions earlier

[issue29061] secrets.randbelow(-1) hangs

2016-12-23 Thread Ned Deily
Changes by Ned Deily : -- nosy: +rhettinger, steven.daprano priority: normal -> high stage: -> needs patch versions: +Python 3.7 ___ Python tracker <http://bugs.python.org/i

[issue29065] SSL module problem on Python 3.6.0 and macOS Sierra

2016-12-24 Thread Ned Deily
Ned Deily added the comment: >From the output you supplied, you appear to be using Python 3.6.0 from the >python.org macOS binary installer. Please read the ReadMe.rtf file for the >installer which should have been displayed when you installed Python 3.6; a >copy of it is also

[issue29065] SSL module problem on Python 3.6.0 and macOS Sierra

2016-12-24 Thread Ned Deily
Ned Deily added the comment: I've also added a note to the release downloads "Notes on this release" section: "macOS users: If you are using the Python 3.6 from the python.org binary installer linked on this page, please carefully read the Important Information displayed

[issue29067] Source archive: wrong directory attributes

2016-12-25 Thread Ned Deily
Changes by Ned Deily : -- assignee: -> ned.deily nosy: +ned.deily ___ Python tracker <http://bugs.python.org/issue29067> ___ ___ Python-bugs-list mai

[issue29066] PIP doesn't honor --trusted-host or --cert options

2016-12-25 Thread Ned Deily
Ned Deily added the comment: The issue here seems to be the way Twisted installs its dependencies. It looks like Twisted is calling setuptools directly and thus probably "losing" the certificate-related arguments from the original pip call. (It all works correctly if do you the de

[issue29076] Python 3.6 installer doesn't update "python3" shell command

2016-12-26 Thread Ned Deily
Changes by Ned Deily : -- assignee: -> ned.deily ___ Python tracker <http://bugs.python.org/issue29076> ___ ___ Python-bugs-list mailing list Unsubscrib

<    53   54   55   56   57   58   59   60   61   62   >