[issue35209] Crash with tkinter text on osx

2018-11-10 Thread remi bertholet
remi bertholet added the comment: The problem is due to an old version of tk. I deleted the python3 from homebrew. With version 3.7.1 python.org, the crash is no longer, but the keyboard shortcuts tkinter on the menus (accelerator), seems to be capricious, they work once, then it does not

[issue35210] Use bytes + memoryview + resize instead of bytesarray + array in io.RawIOBase.read

2018-11-10 Thread tzickel
tzickel added the comment: ahh, very interesting discussion. BTW, how is this code different than https://github.com/python/cpython/blame/50ff02b43145f33f8e28ffbfcc6a9d15c4749a64/Modules/_io/bufferedio.c which does the same thing exactly ? (i.e. the memoryview can leak there as well).

[issue35149] pip3 show causing Error for ConfigParaser

2018-11-10 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Thanks for the report. The tracker is for issues related to CPython. I think this is an issue with pip and please file an issue at https://github.com/pypa/pip/issues. I can see some related issues as per your original report on googling

[issue34864] In Idle, Mac tabs make editor status line disappear.

2018-11-10 Thread Tal Einat
Tal Einat added the comment: Can we detect whether this system preference is enabled? If so, perhaps IDLE should display a prominent warning. -- ___ Python tracker ___

[issue35211] Turtle Shutdown Problem(s)

2018-11-10 Thread bob moth
Change by bob moth : Added file: https://bugs.python.org/file47923/life2.py ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue35211] Turtle Shutdown Problem(s)

2018-11-10 Thread bob moth
Change by bob moth : Added file: https://bugs.python.org/file47922/life.py ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue34864] In Idle, Mac tabs make editor status line disappear.

2018-11-10 Thread Ned Deily
Ned Deily added the comment: I don’t think it’s worth changing the file name or other names, that just causes needless churn and the possibility for stranded files on an upgrade. I’d just update the docs and messages. -- ___ Python tracker

[issue34864] In Idle, Mac tabs make editor status line disappear.

2018-11-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: OK, I will change doc references in the next doc patch, or maybe in a patch that also changes module macosx to macos. (I want to keep it all lowercase. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: behavior ->

[issue35211] Turtle Shutdown Problem(s)

2018-11-10 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Please quote only the relevant parts of the original email while replying from email since it duplicates the content and makes your reply hard to read. Also I think the bug tracker doesn't support attachments from email so please attach them here

[issue34864] In Idle, Mac tabs make editor status line disappear.

2018-11-10 Thread miss-islington
miss-islington added the comment: New changeset a650493a4626c309b34a38919a41f5de32de3721 by Miss Islington (bot) in branch '3.6': bpo-34864: Document two IDLE on MacOS issues. (GH-10456) https://github.com/python/cpython/commit/a650493a4626c309b34a38919a41f5de32de3721 --

[issue34864] In Idle, Mac tabs make editor status line disappear.

2018-11-10 Thread miss-islington
miss-islington added the comment: New changeset b91c27d89de83ee664e3726e066eb2e424d84bdf by Miss Islington (bot) in branch '3.7': bpo-34864: Document two IDLE on MacOS issues. (GH-10456) https://github.com/python/cpython/commit/b91c27d89de83ee664e3726e066eb2e424d84bdf -- nosy:

[issue34864] In Idle, Mac tabs make editor status line disappear.

2018-11-10 Thread Ned Deily
Ned Deily added the comment: Terry, FYI, according to Apple, the correct current styling for the Mac Operating System is "macOS". We should be using that spelling in the documentation. https://en.wikipedia.org/wiki/MacOS -- ___ Python tracker

[issue34864] In Idle, Mac tabs make editor status line disappear.

2018-11-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +9733 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34864] In Idle, Mac tabs make editor status line disappear.

2018-11-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +9732 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34864] In Idle, Mac tabs make editor status line disappear.

2018-11-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 50ff02b43145f33f8e28ffbfcc6a9d15c4749a64 by Terry Jan Reedy in branch 'master': bpo-34864: Document two IDLE on MacOS issues. (GH-10456) https://github.com/python/cpython/commit/50ff02b43145f33f8e28ffbfcc6a9d15c4749a64 --

[issue35140] encoding problem: coding:gbk cause syntaxError

2018-11-10 Thread Ma Lin
Ma Lin added the comment: I debugged, this is a duplicate of issue 20844 and issue 27797. Eryk Sun analyzed this detailedly, it's a problem of Windows CRT. -- versions: +Python 3.5, Python 3.6, Python 3.8 ___ Python tracker

[issue34864] In Idle, Mac tabs make editor status line disappear.

2018-11-10 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +9731 stage: -> patch review ___ Python tracker ___ ___

[issue19217] Calling assertEquals for moderately long list takes too long

2018-11-10 Thread Emmanuel Arias
Emmanuel Arias added the comment: I create this patch on 3.7 -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue21603] IDLE: Document SaveAs extension display on Mac

2018-11-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: I should have mentioned before, but forgot, that Windows, by default, hides file name extensions in File Explorer. (The 'type' column supposedly makes them redundant.) If they are hidden, they are also hidden in the Save As name box, as described for

[issue33878] Doc: Assignment statement to tuple or list: case missing.

2018-11-10 Thread Emily Morehouse
Change by Emily Morehouse : -- nosy: +emilyemorehouse ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19217] Calling assertEquals for moderately long list takes too long

2018-11-10 Thread Emmanuel Arias
Emmanuel Arias added the comment: Hi! I see that this issue have a pr (https://github.com/python/cpython/pull/10034) opened 20 days ago. So, I want to continue work on this (my first pr). I use the vstinner's patch and I make two little change (attached patch): 1) first I add the

[issue35104] IDLE: On macOS, Command-M minimizes & opens "Open Module..."

2018-11-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: #21359, reported by Ned in 4/2018, is about "Cmd-Shift-Z, has the same effect as the Undo accelerator, Cmd-Z" So there may be a general problem with Cmd-Shift == Cmd. -- ___ Python tracker

[issue28054] Diff for visually comparing actual with expected in mock.assert_called_with.

2018-11-10 Thread Raymond Hettinger
Raymond Hettinger added the comment: +1 for extending the unittest display niceties to mock. -- nosy: +rhettinger ___ Python tracker ___

[issue35196] IDLE text squeezer is too aggressive and is slow

2018-11-10 Thread Raymond Hettinger
Raymond Hettinger added the comment: By the way, I really appreciate the work you all are putting into IDLE. It can definitely benefit from some love and attention. -- ___ Python tracker

[issue35196] IDLE text squeezer is too aggressive and is slow

2018-11-10 Thread Raymond Hettinger
Raymond Hettinger added the comment: > This sounds like macOS's new "Prefer tabs when opening > documents" system preference, which breaks IDLE in various > ways; see issue34864. It should be disabled when using IDLE. Thanks for the link. I couldn't figure out what was happening with the

[issue23220] IDLE: Document how Shell displays user code output

2018-11-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: In the patch for #33000, to cover MacOS behavior, I changed the comment about control chars from 'replaced' to 'replaced or deleted' Users can fill in the details by comparing IDLE on their system to a particular console or terminal. -- resolution:

[issue35211] Turtle Shutdown Problem(s)

2018-11-10 Thread bob moth
bob moth added the comment: Here is the source, just simply Turtles... https://github.com/grantjenks/free-python-games Attached life.py and life2.py I don't know what cause the problem. I suspect there is more of a problem than just alt-Q

[issue35211] Turtle Shutdown Problem(s)

2018-11-10 Thread bob moth
bob moth added the comment: send to you? . > On Nov 10, 2018, at 14:41, Eric V. Smith wrote: > > > Eric V. Smith added the comment: > > Please create a small program that reproduces the problem. You should strip > out everything that isn't needed. There's no way we can guess the

[issue35211] Turtle Shutdown Problem(s)

2018-11-10 Thread Eric V. Smith
Eric V. Smith added the comment: Please create a small program that reproduces the problem. You should strip out everything that isn't needed. There's no way we can guess the problem without seeing the code. -- nosy: +eric.smith ___ Python

[issue35210] Use bytes + memoryview + resize instead of bytesarray + array in io.RawIOBase.read

2018-11-10 Thread Martin Panter
Martin Panter added the comment: Looks like this is about about making “RawIOBase.read” delegate to “readinto” with a “bytes” object. If so, there’s more discussion in Issue 15903. -- nosy: +martin.panter ___ Python tracker

[issue35196] IDLE text squeezer is too aggressive and is slow

2018-11-10 Thread Tal Einat
Tal Einat added the comment: Raymond, thanks for bringing up all of these issues. This kind of input from people using IDLE extensively for teaching is extremely useful. I'll leave it to Terry to decide how to manage this list, but I promise to do my best (with my limited time) to resolve

[issue21622] ctypes.util incorrectly fails for libraries without DT_SONAME

2018-11-10 Thread Javier Castillo II
Change by Javier Castillo II : -- pull_requests: +9730 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35196] IDLE text squeezer is too aggressive and is slow

2018-11-10 Thread Tal Einat
Change by Tal Einat : -- keywords: +patch pull_requests: +9729 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list

[issue10486] http.server doesn't set all CGI environment variables

2018-11-10 Thread Pierre Quentel
Change by Pierre Quentel : -- nosy: +quentel ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35207] Disallow expressions like (a) = 42

2018-11-10 Thread Guido van Rossum
Guido van Rossum added the comment: Hm, I was thinking of https://github.com/python/cpython/pull/9212/, but that's about keyword arg (where the interpreter incorrectly allowed f((kw)=expr). But on thinking about it more I believe we should allow (a) = (b), so there is no code change required.

[issue34160] ElementTree not preserving attribute order

2018-11-10 Thread Raymond Hettinger
Raymond Hettinger added the comment: One other thought: We should add a note to the docs for all of the serialization formats saying that we specifically disclaim that they will always generate exactly the same output byte-for-byte. When Serhiy made some small optimizations to the

[issue21622] ctypes.util incorrectly fails for libraries without DT_SONAME

2018-11-10 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +9728 stage: needs patch -> patch review ___ Python tracker ___ ___

[issue34160] ElementTree not preserving attribute order

2018-11-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Raymond's words convinced me, but if it is needed for preserving compatibility in tests, here is PR 10452 which adds support for the sort_attrs argument in XML serializing methods. -- ___ Python tracker

[issue34160] ElementTree not preserving attribute order

2018-11-10 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +9727 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35195] Pandas read_csv() is 3.5X Slower on Python 3.7.1 vs Python 3.6.7 & 3.5.2 On Windows 10

2018-11-10 Thread Dragoljub
Dragoljub added the comment: @cgohlke compared the statement df2 = pd.read_csv(csv) on Python 3.7.0a3 and a4 in the Visual Studio profiler. The culprit is the isdigit function called in the parsers extension module. On 3.7.0a3 the function is fast at ~8% of samples. On 3.7.0a4 the function

[issue35211] Turtle Shutdown Problem(s)

2018-11-10 Thread Ned Deily
Change by Ned Deily : -- nosy: +gregorlingl, willingc ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35211] Turtle Shutdown Problem(s)

2018-11-10 Thread bob moth
New submission from bob moth : Running life.py from the Free Python Games requires alt-Q twice, and the GUI keeps running after System.exit. Running life2.py, (which is my clone, and I will happily share it if you want a great stress tester that gobbles 100% of a CPU core for as long as you

[issue34160] ElementTree not preserving attribute order

2018-11-10 Thread Raymond Hettinger
Raymond Hettinger added the comment: > Being able to sort attributes would be a very useful addition > to the prettyxml method. +1 This seems reasonable to me. I misread it and thought it was much broader than prettyxml(). -- ___ Python tracker

[issue35210] Use bytes + memoryview + resize instead of bytesarray + array in io.RawIOBase.read

2018-11-10 Thread tzickel
tzickel added the comment: I think that if someone tries that this code will raise an exception at the resize part (since the reference will be higher than one), a check can be added and in this case fallback to the previous behaviour, If it's a required check, I can add it. --

[issue34160] ElementTree not preserving attribute order

2018-11-10 Thread Ned Batchelder
Ned Batchelder added the comment: Words like flawed from the outset, fundamentally flawed, fragile, and ill-conceived are being thrown around, which does not help the discussion. Can we focus on the question of whether it's reasonable to add sorted attributes as an option? This idea

[issue28054] Diff for visually comparing actual with expected in mock.assert_called_with.

2018-11-10 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: I think this can be useful for keyword arguments as in the original suggestion. I tried an initial implementation as below to use difflib to get the difference like unittest if there are keyword args to be checked against the caller list since the

[issue34160] ElementTree not preserving attribute order

2018-11-10 Thread Tal Einat
Tal Einat added the comment: >> ISTM that the coverage tests as currently written aren't good tests. > Hi, I'd like to remind everyone to be open, respectful, and considerate. > There are ways to describe hos things that can be improved. There is no need > to denigrate other people's work.

[issue34160] ElementTree not preserving attribute order

2018-11-10 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: IMO adding optional keyword argument to make it compatible with previous version is reasonable request, and it seems early on several other core devs also agree with it. -- ___ Python tracker

[issue33608] [subinterpreters] Add a cross-interpreter-safe mechanism to indicate that an object may be destroyed.

2018-11-10 Thread Johan Dahlin
Change by Johan Dahlin : -- nosy: +Johan Dahlin ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34160] ElementTree not preserving attribute order

2018-11-10 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: > ISTM that the coverage tests as currently written aren't good tests. Hi, I'd like to remind everyone to be open, respectful, and considerate. There are ways to describe hos things that can be improved. There is no need to denigrate other people's work.

[issue35210] Use bytes + memoryview + resize instead of bytesarray + array in io.RawIOBase.read

2018-11-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: When you remove the original reference, the second reference keeps the bytearray object live. When you remove or just resize the bytes object, the memoryview object becomes referring to freed memory. -- ___

[issue35210] Use bytes + memoryview + resize instead of bytesarray + array in io.RawIOBase.read

2018-11-10 Thread tzickel
tzickel added the comment: How is that different from the situation today ? The bytearray passed to readinto() is deleted before the function ends. This revision simply changes 2 mallocs and a memcpy to 1 malloc and a potential realloc. -- ___

[issue35210] Use bytes + memoryview + resize instead of bytesarray + array in io.RawIOBase.read

2018-11-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: What if readinto() save a reference to its argument? -- nosy: +serhiy.storchaka ___ Python tracker ___

[issue35210] Use bytes + memoryview + resize instead of bytesarray + array in io.RawIOBase.read

2018-11-10 Thread tzickel
Change by tzickel : -- nosy: +benjamin.peterson, stutzbach ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35210] Use bytes + memoryview + resize instead of bytesarray + array in io.RawIOBase.read

2018-11-10 Thread tzickel
Change by tzickel : -- keywords: +patch pull_requests: +9726 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list

[issue35210] Use bytes + memoryview + resize instead of bytesarray + array in io.RawIOBase.read

2018-11-10 Thread tzickel
New submission from tzickel : There was a TODO in the code about this: https://github.com/python/cpython/blob/e42b705188271da108de42b55d9344642170aa2b/Modules/_io/iobase.c#L909 -- components: IO messages: 329629 nosy: tzickel priority: normal severity: normal status: open title: Use

[issue35209] Crash with tkinter text on osx

2018-11-10 Thread Ned Deily
Ned Deily added the comment: Thanks for the report and for the investigation. The Tk crash described in Issue32481 (and many other earlier issues) is due to a very old bug in Tk 8.5.x for macOS. While this bug has been fixed in more recent versions of 8.5.x and in 8.6.x, the version of Tk

[issue34160] ElementTree not preserving attribute order

2018-11-10 Thread Raymond Hettinger
Raymond Hettinger added the comment: > I can see that there are ways that I can change my tests. > I see that there are third-party libraries that can help me with this. Please do that. That is good design and uses all the tools the way they are meant to be used. > But changing the

[issue33826] enable discovery of class source code in IPython interactively defined classes

2018-11-10 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- stage: resolved -> status: closed -> open ___ Python tracker ___ ___ Python-bugs-list

[issue34160] ElementTree not preserving attribute order

2018-11-10 Thread Ned Batchelder
Ned Batchelder added the comment: I can see that there are ways that I can change my tests. I see that there are third-party libraries that can help me with this. But changing the behavior of the standard library, without a way to retain the old behavior, and asking people to adapt by

[issue33826] enable discovery of class source code in IPython interactively defined classes

2018-11-10 Thread Thomas Viehmann
Change by Thomas Viehmann : -- resolution: duplicate -> ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35198] Build issue while compiling cpp files in AIX

2018-11-10 Thread Michael Felt
Michael Felt added the comment: Getting farther - after "hacking" pandas setup.py to not force a gcc flag. Still not getting as far, I think, as the initial poster. ... /opt/include/python3.8dm -c pandas/_libs/parsers.c -o build/temp.aix-6.1-3.8-pydebug/pandas/_libs/parsers.o xlc_r -O

[issue35198] Build issue while compiling cpp files in AIX

2018-11-10 Thread Michael Felt
Change by Michael Felt : -- versions: +Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34160] ElementTree not preserving attribute order

2018-11-10 Thread Raymond Hettinger
Raymond Hettinger added the comment: > I'm checking that my XML generating code is producing the right XML. ISTM that the coverage tests as currently written aren't good tests. Why not update the tests to check the generated XML is what the code asked it to generate? Otherwise, the tests

[issue34628] urllib.request.urlopen fails when userinfo is present in URL

2018-11-10 Thread Niklas Sombert
Niklas Sombert added the comment: This behaviour would be better than the current one, yes. -- ___ Python tracker ___ ___

[issue35198] Build issue while compiling cpp files in AIX

2018-11-10 Thread Michael Felt
Michael Felt added the comment: There are, perhaps, other issues as well. After a build of "master" a) pip3 install pandas - failed to find/download and build numpy - after "manual" pip3 install numpy and got to " six, python-dateutil, pytz, pandas" Then: Running setup.py install for

[issue23930] http.cookies.SimpleCookie doesn't parse comma-only separated cookies correctly

2018-11-10 Thread Rémi Lapeyre
Rémi Lapeyre added the comment: This is not a valid cookie string and I think neither Django nor Nginx would understand this cookie correctly. On the other hand, per RFC 6265 the comma is a forbidden character in a cookie value (https://tools.ietf.org/html/rfc6265#section-4.1.1):

[issue35209] Crash with tkinter text on osx

2018-11-10 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Thanks a lot remi_bertholet. I think this is related to issue32481 . I will wait for Ned's confirmation on how Homebrew packages Python 3.7 with Tcl/Tk and if it's different from python.org Mac installers. --

[issue34160] ElementTree not preserving attribute order

2018-11-10 Thread Ned Batchelder
Ned Batchelder added the comment: This is exactly the situation Stefan was talking about: "However, I still think that Serhiy is right: this change would break code, and in particular test code that compares XML output. Having to deal with two different "correct" serialisations in tests

[issue34160] ElementTree not preserving attribute order

2018-11-10 Thread Ned Batchelder
Ned Batchelder added the comment: Diego, they are my tests in the coverage.py test suite. I'm checking that my XML generating code is producing the right XML. -- ___ Python tracker

[issue35209] Crash with tkinter text on osx

2018-11-10 Thread remi bertholet
remi bertholet added the comment: with the python installer I do not have the problem... -- ___ Python tracker ___ ___

[issue34160] ElementTree not preserving attribute order

2018-11-10 Thread Diego Rojas
Diego Rojas added the comment: Ned, exactly what test fails? I ran all the test suite in local and all was ok, even all passed in the CI build. -- ___ Python tracker ___

[issue35209] Crash with tkinter text on osx

2018-11-10 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Thanks, can you please try the mac installer from python.org to see if the crash is till present : https://www.python.org/downloads/release/python-371/ Please remove the original email content while replying from email unless the relevant parts

[issue34160] ElementTree not preserving attribute order

2018-11-10 Thread Ned Batchelder
Ned Batchelder added the comment: To provide a little more context: coverage.py has tests that the XML reports it generates are correct. It does this by comparing the result to saved XML files. On Python versions up to 3.7, the file compares correctly. It has sorted attributes generated

[issue34160] ElementTree not preserving attribute order

2018-11-10 Thread Ned Batchelder
Ned Batchelder added the comment: (sorry, to sort the attributes.) -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue34160] ElementTree not preserving attribute order

2018-11-10 Thread Ned Batchelder
Ned Batchelder added the comment: Hi, this broke my tests, just as earlier comments predicted. Can we get an optional argument to sort the keys? The json module lets us sort keys even though it's irrelevant to JSON. Being able to sort attributes would be a very useful addition to the

[issue35209] Crash with tkinter text on osx

2018-11-10 Thread remi bertholet
remi bertholet added the comment: Yes I use homebrew. I have done : brew update brew upgrade python 3.7.1 installed : Python 3.7.1 (default, Nov 6 2018, 18:45:35) [Clang 10.0.0 (clang-1000.11.45.5)] on darwin Type "help", "copyright", "credits" or "license" for more information. but I still

[issue35190] collections.abc.Sequence cannot be used to test whether a class provides a particular interface

2018-11-10 Thread Ivan Levkivskyi
Ivan Levkivskyi added the comment: The separation may look arbitrary, but the idea is quite simple. Only those classes with few methods support structural checks. Those classes have few independent abstract methods (or even just one method), while in classes with large APIs like `Sequence`,

[issue35209] Crash with tkinter text on osx

2018-11-10 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Thanks for the report. I added Ned since it seemed similar to issue32481 but from Python 3.7 the Mac installers from python.org ship with in-built Tcl/Tk 8.6.8 as in which was the reported version

[issue35081] Move internal headers to Include/internal/

2018-11-10 Thread Alexey Izbyshev
Alexey Izbyshev added the comment: Victor, you moved declarations of some functions to other headers, but didn't include the new headers into files that implement the functions in some cases. For example, _PyGILState_Init was moved into Include/internal/pycore_lifecycle.h in

[issue33944] Deprecate and remove pth files

2018-11-10 Thread Ivan Pozdeev
Ivan Pozdeev added the comment: @barry > Interdependent namespace packages. If they get loaded in the wrong order, > they can mess up __path__ settings Actually, when writing the PR, I had a revelation how this could be implemented. Via an import hook that would work like a union FS! In

[issue35209] Crash with tkinter text on osx

2018-11-10 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +ned.deily ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35209] Crash with tkinter text on osx

2018-11-10 Thread remi bertholet
New submission from remi bertholet : Hello, If I press the key "Alt-Shift-F" with script it crash all times. I reproduces the same crash with Python 2.7. To reproduce it, on terminal osx 10.13.6 (17G3025) : - run "python3 ScrollFrame.py" - Click one time on tk window (it show on

[issue23930] http.cookies.SimpleCookie doesn't parse comma-only separated cookies correctly

2018-11-10 Thread Rémi Lapeyre
Change by Rémi Lapeyre : -- nosy: +remi.lapeyre ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue10486] http.server doesn't set all CGI environment variables

2018-11-10 Thread Rémi Lapeyre
Change by Rémi Lapeyre : -- nosy: +remi.lapeyre ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35164] socket.getfqdn and socket.gethostbyname fail on MacOS

2018-11-10 Thread James Crowther
James Crowther added the comment: Hi guys, I am the OP for the stack overflow issue question that sparked this bug report. In response to Ned's question about configuration of the system: MacOS 10.14.1 Installed x-code and command line tools python versions used, varies, 3.5.3, 3.6 and

[issue35202] Remove unused imports in standard library

2018-11-10 Thread శ్రీనివాస్ రెడ్డి తాటిపర్తి
Srinivas Reddy Thatiparthy(శ్రీనివాస్ రెడ్డి తాటిపర్తి) added the comment: I have raised one more PR; I think i am done with this issue. People who are interested can take up from here. , For the record, following are some filters to search; Query to find unused imports

[issue35202] Remove unused imports in standard library

2018-11-10 Thread శ్రీనివాస్ రెడ్డి తాటిపర్తి
Change by Srinivas Reddy Thatiparthy(శ్రీనివాస్ రెడ్డి తాటిపర్తి) : -- pull_requests: +9725 ___ Python tracker ___ ___

[issue35202] Remove unused imports in standard library

2018-11-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: Srinivas, if you thing the issue is finished, please close it. Otherwise say something about what is left to do. -- ___ Python tracker ___