[issue33258] Unable to install 3.6.5 on Windows Server 2008

2018-04-10 Thread Steve Dower
Steve Dower added the comment: I more meant that because of the EOL for that version of Windows, we don't have support at all in that version of Python. So while we try to have helpful failure messages, ultimately we aren't obliged to do anything useful at all, and it

[issue33097] concurrent futures Executors accept tasks after interpreter shutdown

2018-04-10 Thread Mark Nemec
Mark Nemec added the comment: Happy to contribute! Thanks for the review :) -- ___ Python tracker ___

[issue33259] Encoding issue in the name of the local DST timezone

2018-04-10 Thread Géry Ogam
New submission from Géry Ogam : There seems to be an encoding bug in Python 3.6.5 on Windows with the [timezone constant](https://docs.python.org/3/library/time.html#timezone-constants) `time.tzname`: >>> import time >>> time.tzname ('Paris, Madrid', 'Paris,

[issue11122] bdist_rpm should use rpmbuild, not rpm

2018-04-10 Thread Stanislav P
Stanislav P added the comment: can this patch be sped up? i am running into this issue with the latest python version the patch was submitted 7 years ago i don't see any workaround. -- nosy: +stanp versions: +Python 3.5, Python 3.6, Python 3.7, Python

[issue33258] Unable to install 3.6.5 on Windows Server 2008

2018-04-10 Thread Carl
Carl added the comment: Steve, there was no information or no log files created in %TEMP%, but you would think some kind of message dialog or log would be displayed or created. And I am aware of the end of life for 2008 r2 enterprise server, but this organization

[issue33258] Unable to install 3.6.5 on Windows Server 2008

2018-04-10 Thread Steve Dower
Steve Dower added the comment: I believe these are both out of support, but the installer should be showing an error still. If you look at recently created files in %TEMP% you may see some logs that will provide more information. The best resolution however is likely

[issue33251] ConfigParser.items returns items present in vars

2018-04-10 Thread Chris Bradbury
Change by Chris Bradbury : -- keywords: +patch pull_requests: +6141 stage: -> patch review ___ Python tracker ___

[issue33097] concurrent futures Executors accept tasks after interpreter shutdown

2018-04-10 Thread Antoine Pitrou
Antoine Pitrou added the comment: Thanks your contribution Mark! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.6 ___ Python tracker

[issue33097] concurrent futures Executors accept tasks after interpreter shutdown

2018-04-10 Thread Antoine Pitrou
Antoine Pitrou added the comment: New changeset b26265900a18a184997c3c3a1fa6a5bf29703ec9 by Antoine Pitrou (Miss Islington (bot)) in branch '3.7': bpo-33097: Fix submit accepting callable after executor shutdown by interpreter exit (GH-6144) (GH-6445)

[issue33097] concurrent futures Executors accept tasks after interpreter shutdown

2018-04-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +6140 ___ Python tracker ___

[issue33097] concurrent futures Executors accept tasks after interpreter shutdown

2018-04-10 Thread Antoine Pitrou
Antoine Pitrou added the comment: New changeset c4b695f85e141f57d22d8edf7bc2c756da136918 by Antoine Pitrou (Mark Nemec) in branch 'master': bpo-33097: Fix submit accepting callable after executor shutdown by interpreter exit (GH-6144)

[issue33257] Race conditions in Tkinter with non-threaded Tcl

2018-04-10 Thread Ivan Pozdeev
Change by Ivan Pozdeev : -- keywords: +patch pull_requests: +6139 stage: -> patch review ___ Python tracker ___

[issue33258] Unable to install 3.6.5 on Windows Server 2008

2018-04-10 Thread Carl
New submission from Carl : Hello, I am trying to install python version 3.6.5 on a windows 2008 2008 rc2 SP1 server. I have tired both the installer for python-3.6.5.exe and python-3.6.5-amd64.exe installers. Both will not run on the server either from the gui or

[issue33257] Race conditions in Tkinter with non-threaded Tcl

2018-04-10 Thread Ivan Pozdeev
Change by Ivan Pozdeev : Added file: https://bugs.python.org/file47530/TkinterCrash3-2-2.py ___ Python tracker ___

[issue33257] Race conditions in Tkinter with non-threaded Tcl

2018-04-10 Thread Ivan Pozdeev
New submission from Ivan Pozdeev : (Marked only 2.7 as affected but this would affect any branch if built with nonthreaded Tcl.) When running the attached TkinterCrash2-2.py repeatedly with 2.7.14 and 2.7 head, win7 x64, two kinds of errors pop up randomly: 1. Crashes

[issue33230] _decimal build failure (unsupported platform for that module) - evolution possible?

2018-04-10 Thread Hubert Holin
Hubert Holin added the comment: Yes, the error turned out to be that I had indeed forgotten to remove the --with-system-libmpdec along with the library and header. Now _decimal compiles fine. I will see if I can get Python to run with my system's mpdecimal (once I have

[issue33254] importlib.resources.contents() incorrectly yields an empty list

2018-04-10 Thread Brett Cannon
Brett Cannon added the comment: I had to stare at it for a while since I knew it was for namespace packages and I'm so used to them returning a magical value to signal that fact, but then realize we don't even support namespace packages so it wasn't magical at all. ;) And

[issue33252] Clarify ResourceWarning documentation

2018-04-10 Thread Ned Deily
Change by Ned Deily : -- nosy: +ncoghlan ___ Python tracker ___ ___ Python-bugs-list

[issue33251] ConfigParser.items returns items present in vars

2018-04-10 Thread Ned Deily
Change by Ned Deily : -- nosy: +lukasz.langa ___ Python tracker ___ ___ Python-bugs-list

[issue31584] Documentation Language mixed up

2018-04-10 Thread Julien Palard
Julien Palard added the comment: I think so, at least since https://github.com/python/docsbuild-scripts/pull/36 has been merged. -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python

[issue28832] Reduce memset in dict creation

2018-04-10 Thread INADA Naoki
Change by INADA Naoki : -- resolution: -> wont fix stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue31584] Documentation Language mixed up

2018-04-10 Thread INADA Naoki
INADA Naoki added the comment: Maybe, this issue is fixed? -- ___ Python tracker ___

[issue30686] make `make install` faster

2018-04-10 Thread INADA Naoki
Change by INADA Naoki : -- resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracker ___

[issue33256] module is not displayed by cgitb.html

2018-04-10 Thread Stéphane Blondon
Change by Stéphane Blondon : -- keywords: +patch pull_requests: +6138 stage: -> patch review ___ Python tracker ___

[issue33256] module is not displayed by cgitb.html

2018-04-10 Thread Stéphane Blondon
Change by Stéphane Blondon : -- type: -> behavior ___ Python tracker ___ ___

[issue33256] module is not displayed by cgitb.html

2018-04-10 Thread Stéphane Blondon
New submission from Stéphane Blondon : The html produced by cgitb.html() does not display because the square brackets are interpreted as a html tag (see the picture in attachement). This bug occurs if the code is called directly in the module, not inside a function

[issue33237] Improve AttributeError message for partially initialized module

2018-04-10 Thread Nick Coghlan
Nick Coghlan added the comment: The main idea that comes to mind is to cache a reference to `_frozen_importlib._module_locks` in the interpreter state, and do a key lookup in there (since any in-progress import should have a lock allocated to it). That would be a separate

[issue33230] _decimal build failure (unsupported platform for that module) - evolution possible?

2018-04-10 Thread Stefan Krah
Stefan Krah added the comment: I'm trying to reduce the number of open issues that I'm involved in. If something concrete comes up, feel free to reopen. -- resolution: -> works for me stage: -> resolved status: open -> closed

[issue33255] json.dumps has different behaviour if encoding='utf-8' or encoding='utf8'

2018-04-10 Thread Nicolás Hatcher
New submission from Nicolás Hatcher : Hey I'm new here, so please let me know what incorrect things I am doing! I _think_ `json.dumps(o, ensure_ascii=False)` is doing the wrong thing when `o` has both unicode and str keys/values. For instance: ``` import json o =

[issue33253] xxsubtype.bench does not function correctly on CPython 3+

2018-04-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: 3.4 and 3.5 are at security bug fixes only stage. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.4, Python 3.5 ___ Python tracker

[issue31920] pygettext ignores directories as inputfile argument

2018-04-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset a61f5da54772b0ea6a7eccf21df08e61585ef712 by Serhiy Storchaka in branch '2.7': [2.7] bpo-31920: Fixed handling directories as arguments in the ``pygettext`` script. (GH-6259) (GH-6436)

[issue31920] pygettext ignores directories as inputfile argument

2018-04-10 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.8 ___ Python tracker

[issue12345] Add math.tau

2018-04-10 Thread Simon Baird
Change by Simon Baird : -- nosy: -sbaird ___ Python tracker ___ ___ Python-bugs-list

[issue33253] xxsubtype.bench does not function correctly on CPython 3+

2018-04-10 Thread miss-islington
miss-islington added the comment: New changeset 910d71b839755baa31258bcc083be9191563819e by Miss Islington (bot) in branch '3.6': bpo-33253: Fix xxsubtype.bench() to accept correct str signature. (GH-6439)

[issue12345] Add math.tau

2018-04-10 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: -6132 ___ Python tracker ___

[issue33253] xxsubtype.bench does not function correctly on CPython 3+

2018-04-10 Thread miss-islington
miss-islington added the comment: New changeset 9bb8cebdce99db7e7a94f15141a8e0514b51aa72 by Miss Islington (bot) in branch '3.7': bpo-33253: Fix xxsubtype.bench() to accept correct str signature. (GH-6439)