[issue15963] Improve ./configure's support for 32/64-bit debug|release|profiled builds w/ vendor (non-gcc) compilers on proprietary UNIX systems (Solaris/HP-UX/AIX et al).

2012-12-13 Thread Trent Nelson
Trent Nelson added the comment: I spent a little time on this yesterday. Here's what I came up with. The idea is to have a standalone block in configure.ac that kicks in when --without-gcc is specified (or if $CC != "gcc") *IFF* CFLAGS/CPPFLAGS haven't been provided b

[issue15963] Improve ./configure's support for 32/64-bit debug|release|profiled builds w/ vendor (non-gcc) compilers on proprietary UNIX systems (Solaris/HP-UX/AIX et al).

2012-12-14 Thread Trent Nelson
Trent Nelson added the comment: On Thu, Dec 13, 2012 at 10:28:00PM -0800, Ned Deily wrote: > > Ned Deily added the comment: > > Without having reviewed the proposed change in detail, a couple of > comments. On current OS X systems and others, the compiler could be > clang wh

[issue16733] Solaris ctypes_test failures

2012-12-20 Thread Trent Nelson
Changes by Trent Nelson : -- nosy: +trent ___ Python tracker <http://bugs.python.org/issue16733> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16742] PyOS_Readline drops GIL and calls PyOS_StdioReadline, which isn't thread safe

2012-12-21 Thread Trent Nelson
New submission from Trent Nelson: Relevant thread: http://mail.python.org/pipermail/python-dev/2012-December/123225.html PyOS_StdioReadline features numerous calls that require the GIL to be held. Ideally, the GIL drop-take should be moved closer to the actual underlying read system call

[issue16762] test_subprocess failure on OpenBSD/NetBSD buildbots

2013-01-05 Thread Trent Nelson
Changes by Trent Nelson : -- nosy: +trent ___ Python tracker <http://bugs.python.org/issue16762> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16902] Add OSS module support for Solaris

2013-01-09 Thread Trent Nelson
Changes by Trent Nelson : -- nosy: +trent ___ Python tracker <http://bugs.python.org/issue16902> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13057] Thread not working for python 2.7.1 built with HP Compiler on HP-UX 11.31 ia64

2013-01-17 Thread Trent Nelson
Changes by Trent Nelson : -- nosy: +trent ___ Python tracker <http://bugs.python.org/issue13057> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13405] Add DTrace probes

2013-01-20 Thread Trent Nelson
Changes by Trent Nelson : -- nosy: +trent ___ Python tracker <http://bugs.python.org/issue13405> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1298835] Add a vendor-packages directory for system-supplied modules

2013-01-27 Thread Trent Nelson
Changes by Trent Nelson : -- nosy: +brian-cameron-oracle, trent ___ Python tracker <http://bugs.python.org/issue1298835> ___ ___ Python-bugs-list mailin

[issue5289] ctypes.util.find_library does not work under Solaris

2013-01-28 Thread Trent Nelson
Changes by Trent Nelson : -- nosy: +trent ___ Python tracker <http://bugs.python.org/issue5289> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17056] Support Visual Studio 2012

2013-01-30 Thread Trent Nelson
Changes by Trent Nelson : -- nosy: +trent ___ Python tracker <http://bugs.python.org/issue17056> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17344] checking size of size_t... configure: error:

2013-03-04 Thread Trent Nelson
Trent Nelson added the comment: Shilpi, can you paste the exact ./configure invocation you're using? -- status: pending -> open ___ Python tracker <http://bugs.python.org

[issue17444] multiprocessing.cpu_count() should use hw.availcpu on Mac OS X

2013-03-18 Thread Trent Nelson
Trent Nelson added the comment: I remember looking at what multiprocessing did and not really liking it; I ended up writing a C version that works across a wider range of platforms, accessible via posixmodule.c:posix_cpu_count() (os.cpu_count()): http://hg.python.org/sandbox/trent/file

[issue17444] multiprocessing.cpu_count() should use hw.availcpu on Mac OS X

2013-03-19 Thread Trent Nelson
Trent Nelson added the comment: On Tue, Mar 19, 2013 at 01:58:59AM -0700, John Szakmeister wrote: > > John Szakmeister added the comment: > > Actually, Trent's version looks at hw.logicalcpu and then falls back > to hw.ncpu, if there was an error. Given the state of th

[issue17338] Add length_hint parameter to list, dict, set constructors to allow efficient presizing

2013-03-20 Thread Trent Nelson
Changes by Trent Nelson : -- nosy: +trent ___ Python tracker <http://bugs.python.org/issue17338> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue17611] Move unwinding of stack for "pseudo exceptions" from interpreter to compiler.

2013-04-03 Thread Trent Nelson
Changes by Trent Nelson : -- nosy: +trent ___ Python tracker <http://bugs.python.org/issue17611> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12181] SIGBUS error on OpenBSD (sparc64)

2013-04-11 Thread Trent Nelson
Trent Nelson added the comment: On Tue, Apr 09, 2013 at 03:04:42AM -0700, Charles-Fran?ois Natali wrote: > > Why are the OpenBSD buildbots down? Can we do anything about it? > > Having a buildbot slave up will definitely help here. > > All the OpenBSD buildbots we have are pro

[issue12181] SIGBUS error on OpenBSD (sparc64)

2013-04-13 Thread Trent Nelson
Trent Nelson added the comment: Yeah those slaves are definitely due for an update. It's on the list. -- ___ Python tracker <http://bugs.python.org/is

[issue18835] Add aligned memory variants to the suite of PyMem functions/macros

2014-12-08 Thread Trent Nelson
Changes by Trent Nelson : -- nosy: +trent ___ Python tracker <http://bugs.python.org/issue18835> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue22919] Update PCBuild for VS 2015

2014-12-17 Thread Trent Nelson
Changes by Trent Nelson : -- nosy: +trent ___ Python tracker <http://bugs.python.org/issue22919> ___ ___ Python-bugs-list mailing list Unsubscribe:

<    1   2   3