[issue37702] memory leak in ssl certification

2019-07-29 Thread neonene
New submission from neonene : Windows10/7(x86/x64) After issue35941 (any PR merged) In https-access, memory usage increases by about 200KB per urlopen() and easily reach to giga bytes. I found out leak of certificate-store-handles in _ssl.c and made patch, which works fine for my pc. I guess

[issue37696] FileIO.read() on a closed TTY throws an exception prematurely

2019-07-29 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: If your patch can fix the issue with buffering without breaking other things I would be happy to make a review. But OSError and IOError (and several other error types) were merged a long time ago. It can not be undone. -- components: +Library (Lib

[issue37700] shutil.copyfile does not raise SpecialFileError for socket files

2019-07-29 Thread Chris Jerdonek
Chris Jerdonek added the comment: This issue is being filed after coming up in pip's tracker here (in a comment by Guido): https://github.com/pypa/pip/issues/5306#issuecomment-383355379 -- nosy: +chris.jerdonek ___ Python tracker

[issue37703] Inconsistent gather with child exception

2019-07-29 Thread Dmitrii Ivaniushin
New submission from Dmitrii Ivaniushin : I found some issue that I suppose is a bug. Let us have long running coroutines. We use them in gather, and one of them raises an error. Since then we cannot cancel the gather anymore, thus remaining children are not cancelable and executed until comple

[issue37652] Multiprocessing shared_memory ValueError on race with ShareableList

2019-07-29 Thread Pierre Glaser
Pierre Glaser added the comment: Sure, although I won't be able to merge it. Make sure you ping a core-dev such as pitrou or davin :-) -- ___ Python tracker ___ _

[issue37702] memory leak in ssl certification

2019-07-29 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +14765 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14999 ___ Python tracker ___ __

[issue37690] Simplify linking of shared libraries on the AIX OS

2019-07-29 Thread Michael Felt
Michael Felt added the comment: David gives several reasons why this PR should not be used. And, in reading them - while I follow them at face value, there may be things I miss due to ignorance or being naive (more the system admin than tool developer). Isn't there an configure --enable-sha

[issue37652] Multiprocessing shared_memory ValueError on race with ShareableList

2019-07-29 Thread Ben
Ben added the comment: It would be nice to get davin to clarify the API for this module. What are the use cases for SharedMemory and ShareableList? Are you supposed to ever use a raw SharedMemory buffer directly? What atomicity guarantees are there for ShareableList operations and read/write

[issue1185124] pydoc doesn't find all module doc strings

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is 14 years old, inactive for 5 years, has 3 patches: it's far from being "newcomer friendly", I remove the "Easy" label. -- keywords: -easy versions: +Python 3.9 -Python 3.5 ___ Python tracker

[issue1635217] Warn against using requires/provides/obsoletes in setup.py

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue seems to be controversial. I suggest to open a discussion at te Packaging forum https://discuss.python.org/c/packaging rather than using the bug tracker. I close this issue. -- nosy: +vstinner resolution: -> out of date stage: needs patch

[issue1398781] Example in section 5.3 "Pure Embedding" doesn't work.

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is 13 years old, inactive for 5 years, has a patch: it's far from being "newcomer friendly", I remove the "Easy" label. -- nosy: +vstinner ___ Python tracker _

[issue10932] distutils.core.setup - data_files misbehaviour ?

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is 8 years old has 4 patches: it's far from being "newcomer friendly", I remove the "Easy" label. -- keywords: -easy nosy: +vstinner ___ Python tracker

[issue9322] Don’t fail silently if ext_modules use absolute paths

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is 9 years old has a patch: it's far from being "newcomer friendly", I remove the "Easy" label. -- keywords: -easy nosy: +vstinner ___ Python tracker ___

[issue1170] shlex have problems with parsing unicode

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is 12 years old has 3 patches: it's far from being "newcomer friendly", I remove the "Easy" label. -- keywords: -easy ___ Python tracker

[issue4256] argparse: provide a simple way to get a programmatically useful list of options

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is 11 years old has a patch (with 2 versions): it's far from being "newcomer friendly", I remove the "Easy" label. -- keywords: -easy nosy: +vstinner ___ Python tracker

[issue6114] distutils build_ext path comparison only based on strings

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is 10 years old has a patch: it's far from being "newcomer friendly", I remove the "Easy" label. -- keywords: -easy nosy: +vstinner ___ Python tracker __

[issue7976] warnings should provide a public API for accessing its option parsing code

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is 9 years old has two patch (one having 8 versions): it's far from being "newcomer friendly", I remove the "Easy" label. -- keywords: -easy nosy: +vstinner ___ Python tracker

[issue15266] Perform the same checks as PyPI for Description field

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is 7 years old: it's far from being "newcomer friendly", I remove the "Easy" label. -- nosy: +vstinner ___ Python tracker ___ ___

[issue22011] test_os extended attribute setxattr tests can fail with ENOSPC (Errno 28)

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: We don't have enough info to decide if we should ignore the error or not. I just close this old issue as out of date. -- nosy: +vstinner resolution: -> out of date stage: needs patch -> resolved status: open -> closed ___

[issue21987] TarFile.getmember on directory requires trailing slash iff over 100 chars

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is 5 years old has 4 patches: it's far from being "newcomer friendly", I remove the "Easy" label. -- keywords: -easy nosy: +vstinner ___ Python tracker

[issue1371826] distutils is silent about multiple -I/-L/-R

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is 14 years old: it's far from being "newcomer friendly", I remove the "Easy" label. -- nosy: +vstinner ___ Python tracker ___

[issue15125] argparse: positional arguments containing - in name not handled well

2019-07-29 Thread STINNER Victor
Change by STINNER Victor : -- keywords: -easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue12933] Update or remove claims that distutils requires external programs

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is 8 years old and has 3 patches: it's far from being "newcomer friendly", I remove the "Easy" label. -- keywords: -easy nosy: +vstinner ___ Python tracker

[issue22024] Add to shutil the ability to wait until files are definitely deleted

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is 5 years old and has 2 patches: it's far from being "newcomer friendly", I remove the "Easy" label. -- nosy: +vstinner ___ Python tracker _

[issue1011113] Make “install” find the build_base directory

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is 15 years old and has 3 patches: it's far from being "newcomer friendly", I remove the "Easy" label. -- keywords: -easy nosy: +vstinner ___ Python tracker _

[issue15125] argparse: positional arguments containing - in name not handled well

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is 7 years old and has 3 patches: it's far from being "newcomer friendly", I remove the "Easy" label. -- nosy: +vstinner ___ Python tracker _

[issue4733] Add a "decode to declared encoding" version of urlopen to urllib

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This feature request seems to be controversial: there is no clear consensus on which encoding should be used. I suggest to simply close the issue. In the meanwhile, since this issue is far from being "newcomer friendly", I remove the "Easy" label. -

[issue13378] ET: add custom namespaces to serialization methods

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is 8 years old and has already 3 patches attached, it is not newcomer friendly: I remove the "easy" keyword. -- keywords: -easy nosy: +vstinner ___ Python tracker _

[issue7918] distutils always ignores byte compilation errors

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: It seems like this issue is not a bug, I close it. -- nosy: +vstinner resolution: -> not a bug stage: needs patch -> resolved status: open -> closed ___ Python tracker _

[issue9647] os.confstr() does not handle value changing length between calls

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is 9 years old and has patches: it is no newcomer friendly, I remove the "easy" keyword. -- keywords: -easy ___ Python tracker __

[issue17840] base64_codec uses assert for runtime validity checks

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is 6 years old and has patches: it is no newcomer friendly, I remove the "easy" keyword. -- keywords: -easy nosy: +vstinner ___ Python tracker _

[issue21574] Port image types detections from PIL to the imghdr module

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is 5 years old and has patches: it is no newcomer friendly, I remove the "easy" keyword. -- keywords: -easy nosy: +vstinner ___ Python tracker _

[issue15403] Refactor package creation support code into a common location

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is 7 years old and has patches: it is no newcomer friendly, I remove the "easy" keyword. -- keywords: -easy nosy: +vstinner ___ Python tracker _

[issue17311] use distutils terminology in "PyPI package display" section

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is 6 years old and has a patch: it is no newcomer friendly, I remove the "easy" keyword. -- keywords: -easy nosy: +vstinner ___ Python tracker _

[issue24479] Support LMMS project files in mimetypes.guess_type

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is 4 years old and has patches: it is no newcomer friendly, I remove the "easy" keyword. -- nosy: +vstinner ___ Python tracker __

[issue13559] Use sendfile where possible in httplib

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is no newcomer friendly, I remove the "easy" keyword. -- keywords: -easy nosy: +vstinner ___ Python tracker ___ _

[issue16958] The sqlite3 context manager does not work with isolation_level=None

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is no newcomer friendly, I remove the "easy" keyword. -- nosy: +vstinner ___ Python tracker ___ __

[issue17908] Unittest runner needs an option to call gc.collect() after each test

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is no newcomer friendly, I remove the "easy" keyword. -- keywords: -easy versions: +Python 3.9 -Python 3.5 ___ Python tracker ___

[issue14019] Unify tests for str.format and string.Formatter

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is no newcomer friendly, I remove the "easy" keyword. -- keywords: -easy nosy: +vstinner ___ Python tracker ___ _

[issue13317] building with 2to3 generates wrong import paths because build_ext is run after build_py

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is no newcomer friendly, I remove the "easy" keyword. -- keywords: -easy nosy: +vstinner ___ Python tracker ___ _

[issue24841] Some test_ssl network tests fail if svn.python.org is not accessible.

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: test_ssl doesn't use svn.python.org anymore and it now better handle network failures. I close the issue as out of date. -- nosy: +vstinner resolution: -> out of date stage: patch review -> resolved status: open -> closed ___

[issue17369] Message.get_filename produces exception if the RFC2231 encoding is ill-formed

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is not newcomer friendly, I remove the easy keyword. -- keywords: -easy nosy: +vstinner ___ Python tracker ___ __

[issue24505] shutil.which wrong result on Windows

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is not newcomer friendly, I remove the easy keyword. -- keywords: -easy nosy: +vstinner ___ Python tracker ___ __

[issue25386] msvcrt_putch/msvcrt_putwch don't check the return value of _putch/_putwch

2019-07-29 Thread STINNER Victor
Change by STINNER Victor : -- keywords: -easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue17233] http.client header debug output format

2019-07-29 Thread STINNER Victor
Change by STINNER Victor : -- keywords: -easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue24790] Idle: improve stack viewer

2019-07-29 Thread STINNER Victor
Change by STINNER Victor : -- keywords: -easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue23883] __all__ lists are incomplete

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: Can this issue be closed now? -- keywords: -easy nosy: +vstinner ___ Python tracker ___ ___ Pyth

[issue5758] fileinput.hook_compressed returning bytes from gz file

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is not newcomer friendly, I remove the easy keyword. -- keywords: -easy ___ Python tracker ___ ___

[issue37704] Remove Tools/scripts/h2py.py

2019-07-29 Thread STINNER Victor
New submission from STINNER Victor : Python 2 standard library had platform specific modules like CDROM which were generated by Tools/scripts/h2py.py. These modules were removed, but h2py.py is still around. There are now way better ways to expose C APIs in Python like cffi. I propose to sim

[issue37704] Remove Tools/scripts/h2py.py

2019-07-29 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +14766 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15000 ___ Python tracker ___ _

[issue1443875] email/charset.py convert() patch

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is not newcomer friendly, I remove the easy keyword. -- keywords: -easy nosy: +vstinner ___ Python tracker ___

[issue13032] h2py.py can fail with UnicodeDecodeError

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: I created bpo-37704 to propose to remove Tools/scripts/h2py.py. -- keywords: -easy ___ Python tracker ___ __

[issue1823] Possible to set invalid Content-Transfer-Encoding on email.mime.multipart.MIMEMultipart

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is not newcomer friendly, I remove the easy keyword. -- nosy: +vstinner ___ Python tracker ___

[issue968430] error flattening complex smime signed message

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is not newcomer friendly, I remove the easy keyword. -- keywords: -easy nosy: +vstinner ___ Python tracker ___ _

[issue15010] unittest: _top_level_dir is incorrectly persisted between calls to different load_test methods

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is not newcomer friendly, I remove the easy keyword. -- keywords: -easy nosy: +vstinner ___ Python tracker ___ __

[issue8898] The email package should defer to the codecs module for all aliases

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is not newcomer friendly, I remove the easy keyword. -- keywords: -easy nosy: +vstinner ___ Python tracker ___ ___

[issue12436] Missing items in installation/setup instructions

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is not newcomer friendly, I remove the easy keyword. -- keywords: -easy nosy: +vstinner ___ Python tracker ___ __

[issue5256] rlcompleter adds builtins when custom dict is used

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is not newcomer friendly, I remove the easy keyword. -- keywords: -easy nosy: +vstinner ___ Python tracker ___ ___

[issue15454] Allow dircmp.report() output stream to be customized

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is not newcomer friendly, I remove the easy keyword. -- keywords: -easy nosy: +vstinner ___ Python tracker ___ __

[issue37669] Make mock_open return per-file content

2019-07-29 Thread Damien Nadé
Damien Nadé added the comment: To summarize the change I'm proposing, I'd say that instead of having mock_open creating closures (functions inside a specific context), mock_open now creates objects that will hold the contexts. Each context would be filename-dedicated and would include specifi

[issue37500] 3.8.0b2 no longer optimizes away "if 0:" ?

2019-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: Victor closed the 3.8 backport, stating on GitHub: "I closed the 3.8 backport (without merging it), until we agree on what should be done." This is marked as release blocker. I will be releasing 3.8b3 as is, please decide what to do here before b4, I will bloc

[issue37603] parsetok(): Assertion `(intptr_t)(int)(a - line_start) == (a - line_start)' failed, when running get-pip.py

2019-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: This is marked as release blocker but since BPO-37433 is still in review, I'm releasing 3.0b3 as is. Please resolve this by b4, I will block the last beta on this issue. -- ___ Python tracker

[issue37549] os.dup() fails for standard streams on Windows 7

2019-07-29 Thread Łukasz Langa
Łukasz Langa added the comment: This is marked as release blocker but since there is no movement on the possible solution, I'm releasing 3.80b3 without a fix. Please resolve this by b4, I will block the last beta on this issue. -- ___ Python tracke

[issue36044] PROFILE_TASK for PGO build is not a good workload

2019-07-29 Thread Steve Dower
Steve Dower added the comment: > What matters there is compiling the underlying lzma, bz2, and sqlite3 > libraries with PGO. that isn't done as part of our build system. On Windows they are linked in as source files, which is why it matters for us. On platforms where we rely on system libra

[issue36044] PROFILE_TASK for PGO build is not a good workload

2019-07-29 Thread Steve Dower
Steve Dower added the comment: Thanks for approving my PR, Greg! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue37500] 3.8.0b2 no longer optimizes away "if 0:" ?

2019-07-29 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I am fine with backporting the 3.9 solution to 3.8. Sorry for the delay. -- ___ Python tracker ___

[issue37603] parsetok(): Assertion `(intptr_t)(int)(a - line_start) == (a - line_start)' failed, when running get-pip.py

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: > This is marked as release blocker but since BPO-37433 is still in review, I'm > releasing 3.0b3 as is. Please resolve this by b4, I will block the last beta > on this issue. That sounds reasonable to me. FYI I just approved (but not merged) PR 14433. ---

[issue37705] winerror_to_errno implementation

2019-07-29 Thread Eryk Sun
New submission from Eryk Sun : OSError and _Py_fstat_noraise rely on winerror_to_errno() in PC/errmap.h in order to translate a Windows system error code into a POSIX errno value. PC/errmap.h is supposed to be generated by PC/generrmap.c, which is based on the old CRT's _dosmapperr() function

[issue37433] syntax error in multiline f-string produces ~40k spaces output

2019-07-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +14767 pull_request: https://github.com/python/cpython/pull/15001 ___ Python tracker ___ __

[issue37433] syntax error in multiline f-string produces ~40k spaces output

2019-07-29 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Thanks Anthony Sottile for the fix! I suggest adding more test cases that do not involve f-strings, what do you think? Can you create another PR for those? -- nosy: +pablogsal ___ Python tracker

[issue37433] syntax error in multiline f-string produces ~40k spaces output

2019-07-29 Thread Anthony Sottile
Anthony Sottile added the comment: sure! the only other case I could come up with involves multi-line strings and invalid escape sequences + Werror let me see if I can fold that in as well -- ___ Python tracker

[issue37603] parsetok(): Assertion `(intptr_t)(int)(a - line_start) == (a - line_start)' failed, when running get-pip.py

2019-07-29 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: I just merged PR 14433 -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue37500] 3.8.0b2 no longer optimizes away "if 0:" ?

2019-07-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +14768 pull_request: https://github.com/python/cpython/pull/15002 ___ Python tracker ___ __

[issue37433] syntax error in multiline f-string produces ~40k spaces output

2019-07-29 Thread Anthony Sottile
Change by Anthony Sottile : -- pull_requests: +14769 pull_request: https://github.com/python/cpython/pull/15003 ___ Python tracker ___ _

[issue36002] configure --enable-optimizations with clang fails to detect llvm-profdata

2019-07-29 Thread Doyle Rowland
Doyle Rowland added the comment: ../configure LLVM_PROFDATA=//llvm-profdata --enable-optimizations is also work-around. -- nosy: +weibullguy ___ Python tracker ___ __

[issue37706] IDLE test_sidebar testcases test_click_selection and test_drag_selection can fail on macOS

2019-07-29 Thread Ned Deily
New submission from Ned Deily : On macOS, there are two test failure seen with test_sidebar (tested on 10.14 with Tk 8.6.8 and 8.6.0 - the failures should be reproducible with the python.org 3.8.0b3 installer for macOS which will be available soon.) ===

[issue11953] Missing WSA* error codes

2019-07-29 Thread Ngalim Siregar
Change by Ngalim Siregar : -- keywords: +patch pull_requests: +14770 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15004 ___ Python tracker ___ _

[issue37706] IDLE test_sidebar testcases test_click_selection and test_drag_selection can fail on macOS

2019-07-29 Thread Ned Deily
Ned Deily added the comment: > tested on 10.14 with Tk 8.6.8 and 8.6.0 er, make that "8.6.9" not "8.6.0" -- ___ Python tracker ___

[issue37500] 3.8.0b2 no longer optimizes away "if 0:" ?

2019-07-29 Thread miss-islington
miss-islington added the comment: New changeset 9ea738e580f58c3d2f9b0d56561d57b9e9412973 by Miss Islington (bot) in branch '3.8': bpo-37500: Make sure dead code does not generate bytecode but also detect syntax errors (GH-14612) https://github.com/python/cpython/commit/9ea738e580f58c3d2f9b0d

[issue37433] syntax error in multiline f-string produces ~40k spaces output

2019-07-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +14771 pull_request: https://github.com/python/cpython/pull/15005 ___ Python tracker ___ __

[issue37500] 3.8.0b2 no longer optimizes away "if 0:" ?

2019-07-29 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: I will close this for now, we can revisit this if we find a better solution for the issue. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue37706] IDLE test_sidebar testcases test_click_selection and test_drag_selection can fail on macOS

2019-07-29 Thread Tal Einat
Tal Einat added the comment: Unfortunately, my Mac is out of order, so I am unable to diagnose and fix this. I hope to be able to do so again in a few weeks. -- ___ Python tracker __

[issue37689] Add Path.is_relative_to()

2019-07-29 Thread STINNER Victor
Change by STINNER Victor : -- nosy: -vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue37549] os.dup() fails for standard streams on Windows 7

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: Honestly, I'm not sure of what is the right solution for this issue. -- ___ Python tracker ___ __

[issue15987] Provide a way to compare AST nodes for equality recursively

2019-07-29 Thread STINNER Victor
Change by STINNER Victor : -- nosy: -vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue10819] ValueError on repr(closed_socket_file)

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: This issue is closed. Please open a new issue. -- ___ Python tracker ___ ___ Python-bugs-list mai

[issue30755] locale.normalize() and getdefaultlocale() convert C.UTF-8 to en_US.UTF-8

2019-07-29 Thread STINNER Victor
Change by STINNER Victor : -- nosy: -vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue37653] make install fails

2019-07-29 Thread STINNER Victor
STINNER Victor added the comment: Crap. That's why I didn't want to put the comment "inside" the code, but as separated commands. Well, I learnt something today: bash is the standard :-) -- ___ Python tracker _

[issue37633] Py_CompileString and PyParser_SimpleParseString not exported in python38.dll

2019-07-29 Thread STINNER Victor
Change by STINNER Victor : -- nosy: -vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue37549] os.dup() fails for standard streams on Windows 7

2019-07-29 Thread Steve Dower
Steve Dower added the comment: > What 3.7.3 does is to skip calling _Py_set_inheritable for all files of type > FILE_TYPE_CHAR It sounds like we should probably revert to the middle ground, and skip _raising the error_ if _Py_set_inheritable for files of type FILE_TYPE_CHAR. As Victor point

[issue37690] Simplify linking of shared libraries on the AIX OS

2019-07-29 Thread Eric N. Vander Weele
Eric N. Vander Weele added the comment: Thanks for the in-depth responses and feedback. When reinvestigating this in more detail that led me to create this patch, I discovered that the premise upon which I was operating upon was not the default (desired) compiler and linker flags. It turns

[issue37653] make install fails

2019-07-29 Thread Ronald Oussoren
Ronald Oussoren added the comment: A trick w.r.t. comments in command-lines is to use the ":" command, that's a no-op shell command that ignores its arguments (although you do need to take care with shell special characters as it is just a command like any other). -- ___

[issue37444] Differing exception between builtins and importlib when importing beyond top-level package

2019-07-29 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: -nanjekyejoannah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue11953] Missing WSA* error codes

2019-07-29 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: -nanjekyejoannah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue22367] Add open_file_descriptor parameter to fcntl.lockf() (use the new F_OFD_SETLK flag)

2019-07-29 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: -nanjekyejoannah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue37707] Skip individual unit tests that are expensive for the PGO task

2019-07-29 Thread Neil Schemenauer
New submission from Neil Schemenauer : Add a new support decorator, @skip_if_pgo_task and then use it to mark test cases. I suspect the PGO task works well if it can exercise common code paths. Running long tests likely have rapidly diminishing benefits. The instrumented PGO executable run

[issue33150] Signature error for methods of class configparser.Interpolation

2019-07-29 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: -nanjekyejoannah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue14817] pkgutil.extend_path has no tests

2019-07-29 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: -nanjekyejoannah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue37496] Support annotations in signature strings.

2019-07-29 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: -nanjekyejoannah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue37707] Skip individual unit tests that are expensive for the PGO task

2019-07-29 Thread Neil Schemenauer
Change by Neil Schemenauer : -- keywords: +patch pull_requests: +14772 pull_request: https://github.com/python/cpython/pull/15009 ___ Python tracker ___ ___

  1   2   >