Re: [Python-Dev] PEP 304 - is anyone really interested?

2005-06-23 Thread Bob Ippolito
On Jun 23, 2005, at 10:11 PM, Greg Ewing wrote: > Skip Montanaro wrote: > >> I wrote PEP 304, "Controlling Generation of Bytecode Files": >> >> http://www.python.org/peps/pep-0304.html >> > > I would like to see some way of having bytecode files put > into platform/version dependent subdirecto

Re: [Python-Dev] PEP 304 - is anyone really interested?

2005-06-23 Thread Greg Ewing
Skip Montanaro wrote: > I wrote PEP 304, "Controlling Generation of Bytecode Files": > > http://www.python.org/peps/pep-0304.html I would like to see some way of having bytecode files put into platform/version dependent subdirectories, which would make it easier e.g. to have Python code share

Re: [Python-Dev] refcounting vs PyModule_AddObject

2005-06-23 Thread Tim Peters
[Michael Hudson] >> I've been looking at this area partly to try and understand this bug: >> >> [ 1163563 ] Sub threads execute in restricted mode >> >> but I'm not sure the whole idea of multiple interpreters isn't >> inherently doomed :-/ [Martin v. Löwis] > That's what Tim asserts, saying t

Re: [Python-Dev] is type a usable feature?

2005-06-23 Thread Paolino
Tim Peters wrote: > [Paolino <[EMAIL PROTECTED]>] > >>Hello developers,I noticed my application was growing strangely while I >>was using type, then I tried this: >> >>while True: >> type('A',(),{}) >> >>and saw memory filling up.Is there a clean solution to that? >>I see it as a bug in python en

Re: [Python-Dev] is type a usable feature?

2005-06-23 Thread Paolino
Tim Peters wrote: > [Paolino <[EMAIL PROTECTED]>] > >>Hello developers,I noticed my application was growing strangely while I >>was using type, then I tried this: >> >>while True: >> type('A',(),{}) >> >>and saw memory filling up.Is there a clean solution to that? >>I see it as a bug in python en

Re: [Python-Dev] is type a usable feature?

2005-06-23 Thread Tim Peters
[Paolino <[EMAIL PROTECTED]>] > Hello developers,I noticed my application was growing strangely while I > was using type, then I tried this: > > while True: > type('A',(),{}) > > and saw memory filling up.Is there a clean solution to that? > I see it as a bug in python engeneering,that is why I

[Python-Dev] is type a usable feature?

2005-06-23 Thread Paolino
Hello developers,I noticed my application was growing strangely while I was using type, then I tried this: while True: type('A',(),{}) and saw memory filling up.Is there a clean solution to that? I see it as a bug in python engeneering,that is why I wrote to you. Thanks a lot Paolino ___

Re: [Python-Dev] Is PEP 237 final -- Unifying Long Integers and Integers

2005-06-23 Thread Thomas Heller
Nick Coghlan <[EMAIL PROTECTED]> writes: > Gareth McCaughan wrote: >> [Keith Dart:] >>>By "normal" integer I mean the mathematical definition. >> >> Then you aren't (to me) making sense. You were distinguishing >> this from a unified int/long. So far as I can see, a unified int/long >> type *does