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
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
Changes by Trent Nelson :
--
nosy: +trent
___
Python tracker
<http://bugs.python.org/issue16733>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
Changes by Trent Nelson :
--
nosy: +trent
___
Python tracker
<http://bugs.python.org/issue16762>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Trent Nelson :
--
nosy: +trent
___
Python tracker
<http://bugs.python.org/issue16902>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Trent Nelson :
--
nosy: +trent
___
Python tracker
<http://bugs.python.org/issue13057>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Trent Nelson :
--
nosy: +trent
___
Python tracker
<http://bugs.python.org/issue13405>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Trent Nelson :
--
nosy: +brian-cameron-oracle, trent
___
Python tracker
<http://bugs.python.org/issue1298835>
___
___
Python-bugs-list mailin
Changes by Trent Nelson :
--
nosy: +trent
___
Python tracker
<http://bugs.python.org/issue5289>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Trent Nelson :
--
nosy: +trent
___
Python tracker
<http://bugs.python.org/issue17056>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
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
Changes by Trent Nelson :
--
nosy: +trent
___
Python tracker
<http://bugs.python.org/issue17338>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Trent Nelson :
--
nosy: +trent
___
Python tracker
<http://bugs.python.org/issue17611>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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
Changes by Trent Nelson :
--
nosy: +trent
___
Python tracker
<http://bugs.python.org/issue18835>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Trent Nelson :
--
nosy: +trent
___
Python tracker
<http://bugs.python.org/issue22919>
___
___
Python-bugs-list mailing list
Unsubscribe:
201 - 220 of 220 matches
Mail list logo