[Python-Dev] Windows porting: request to review PR #880

2018-12-21 Thread Jeroen Demeyer

Can somebody please review https://github.com/python/cpython/pull/880

That addresses a severe problem on Windows making it impossible to build 
any C++ extension module with some compilers.

___
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Windows porting: request to review PR #880

2018-12-21 Thread Terry Reedy

On 12/21/2018 6:26 AM, Jeroen Demeyer wrote:

Can somebody please review https://github.com/python/cpython/pull/880

That addresses a severe problem on Windows making it impossible to build 
any C++ extension module with some compilers.
Issue is https://bugs.python.org/issue11566.  Someone needs to check 
whether it applies to 3.7 and/or 3.8.


--
Terry Jan Reedy

___
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


[Python-Dev] Summary of Python tracker Issues

2018-12-21 Thread Python tracker

ACTIVITY SUMMARY (2018-12-14 - 2018-12-21)
Python tracker at https://bugs.python.org/

To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.

Issues counts and deltas:
  open6896 (-13)
  closed 40407 (+67)
  total  47303 (+54)

Open issues with patches: 2737 


Issues opened (31)
==

#35500: Align expected and actual calls on mock.assert_called_with err
https://bugs.python.org/issue35500  opened by xtreak

#35501: "make coverage" should not leak coverage compiler flags to thi
https://bugs.python.org/issue35501  opened by vstinner

#35502: Memory leak in xml.etree.ElementTree.iterparse
https://bugs.python.org/issue35502  opened by jess.j

#35503: os.path.islink() works with cygwin installation but not python
https://bugs.python.org/issue35503  opened by bward

#35505: Test test_imaplib fail in test_imap4_host_default_value
https://bugs.python.org/issue35505  opened by Petr Stupka

#35507: multiprocessing: seg fault when creating RawArray from numpy c
https://bugs.python.org/issue35507  opened by sh37211

#35512: patch.dict resolves in_dict eagerly (should be late resolved)
https://bugs.python.org/issue35512  opened by jason.coombs

#35514: Docs on reference count detail. enhancement.
https://bugs.python.org/issue35514  opened by bombs-kim

#35517: selector.EpollSelector: add new parameter to support EPOLLEXCL
https://bugs.python.org/issue35517  opened by Manjusaka

#35518: test_timeout uses blackhole.snakebite.net domain which doesn't
https://bugs.python.org/issue35518  opened by vstinner

#35520: Python won't build with dtrace enabled on some systems.
https://bugs.python.org/issue35520  opened by kulikjak

#35524: using/windows launcher image might be deprecated
https://bugs.python.org/issue35524  opened by seluj78

#35525: Incorrect keyword name in NNTP.starttls() documentation
https://bugs.python.org/issue35525  opened by cmcp22

#35527: Make fields selectively immutable in dataclasses
https://bugs.python.org/issue35527  opened by rhettinger

#35528: [DOC] [LaTeX] Sphinx 2.0 uses GNU FreeFont as default for xela
https://bugs.python.org/issue35528  opened by jfbu

#35530: Counter-intuitive logging API
https://bugs.python.org/issue35530  opened by porton

#35533: argparse standard error usage for exit / error
https://bugs.python.org/issue35533  opened by philiprowlands

#35534: SIGSEGV in stackdepth_walk
https://bugs.python.org/issue35534  opened by gozdal

#35535: time.strptime() unexpectedly gives the same result for %U and 
https://bugs.python.org/issue35535  opened by Paul Keating

#35536: Calling built-in locals() and globals() in C++ leads to System
https://bugs.python.org/issue35536  opened by Никита Сиргиенко

#35537: use os.posix_spawn in subprocess
https://bugs.python.org/issue35537  opened by nanjekyejoannah

#35539: Cannot properly close terminated process
https://bugs.python.org/issue35539  opened by hniksic

#35540: dataclasses.asdict breaks with defaultdict fields
https://bugs.python.org/issue35540  opened by wrmsr

#35545: asyncio.base_events.create_connection doesn't handle scoped IP
https://bugs.python.org/issue35545  opened by maxifree

#35546: String formatting produces incorrect result with left-aligned 
https://bugs.python.org/issue35546  opened by serhiy.storchaka

#35547: email.parser / email.policy does not correctly handle multiple
https://bugs.python.org/issue35547  opened by mjpieters

#35548: memoryview needlessly (?) requires represented object to be ha
https://bugs.python.org/issue35548  opened by Kentzo

#35549: Add partial_match: bool = False argument to unicodedata.lookup
https://bugs.python.org/issue35549  opened by rominf

#35550: Some define guards for Solaris are wrong
https://bugs.python.org/issue35550  opened by kulikjak

#35551: Encoding and alias issues
https://bugs.python.org/issue35551  opened by blkserene

#35552: Do not read memory past the specified limit in PyUnicode_FromF
https://bugs.python.org/issue35552  opened by serhiy.storchaka



Most recent 15 issues with no replies (15)
==

#35552: Do not read memory past the specified limit in PyUnicode_FromF
https://bugs.python.org/issue35552

#35551: Encoding and alias issues
https://bugs.python.org/issue35551

#35550: Some define guards for Solaris are wrong
https://bugs.python.org/issue35550

#35549: Add partial_match: bool = False argument to unicodedata.lookup
https://bugs.python.org/issue35549

#35548: memoryview needlessly (?) requires represented object to be ha
https://bugs.python.org/issue35548

#35540: dataclasses.asdict breaks with defaultdict fields
https://bugs.python.org/issue35540

#35539: Cannot properly close terminated process
https://bugs.python.org/issue35539

#35533: argparse standard error usage for exit / error
https://bugs.python.org/issue35533

#35528: [DOC] [LaTeX] Sphinx 2.0 uses GNU FreeFont as default for xela
https://bugs.python.org/issue35528

#35525: Incor