Re: [Python-Dev] Pycon and Randall Munroe

2009-02-09 Thread Ivan Krstić
On Feb 9, 2009, at 2:51 PM, Guido van Rossum wrote: Very cool. Has anyone contacted Randall about giving a keynote at PyCon? Yes, haven't heard back yet. -- Ivan Krstić | http://radian.org ___ Python-Dev mailing list Python-Dev@python.org

Re: [Python-Dev] Reviving restricted mode?

2009-02-22 Thread Ivan Krstić
dbox: >>> sandbox.run_file('/some/path/file.py') Finally, disclaimer: I put this together in *15 minutes*. I'm sure I missed something, this isn't secure, etc. It's just a proof of concept. Void where prohibited, etc. Cheers, -- Ivan Krstić | http://ra

Re: [Python-Dev] Reviving restricted mode?

2009-02-22 Thread Ivan Krstić
27;t rely on outside restrictions, such as those provided by GAE. You can ignore the AST stuff; Genshi does it for its own (non- security) purposes. -- Ivan Krstić | http://radian.org ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.

Re: [Python-Dev] PEP 372 -- Adding an ordered directory to collections ready for pronouncement

2009-03-03 Thread Ivan Krstić
t add consistently-named aliases (socket.Socket, datetime.DateTime, etc) and strongly encourage their use in new code? -- Ivan Krstić | http://radian.org ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/pytho

Re: [Python-Dev] asyncore fixes in Python 2.6 broke Zope's version of medusa

2009-03-04 Thread Ivan Krstić
;ll promise at the very least to write down elaborate notes that someone could turn into a PEP relatively straightforwardly. Deal? Cheers, -- Ivan Krstić | http://radian.org ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org

Re: [Python-Dev] Integrate BeautifulSoup into stdlib?

2009-03-04 Thread Ivan Krstić
/lxml-an-underappreciated-web-scraping-library/ > Cheers, -- Ivan Krstić | http://radian.org ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options

Re: [Python-Dev] IDLE timeout.

2009-04-15 Thread Ivan Krstić
thon-dev/2000-October/009671.html> Sounds like you ought to file a bug against IDLE to have it grow EINTR handling. Cheers, -- Ivan Krstić | http://radian.org ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/lis

Re: [Python-Dev] Adding a token

2010-08-07 Thread Ivan Krstić
On Aug 7, 2010, at 9:15 PM, Greg Ewing wrote: > Does anyone know if there's a way to tell Apple's linker to > use a framework from a specific location and not go looking > anywhere else? $ DYLD_FRAMEWORK_PATH= See dyld(1) for other relevant magic. Cheers, -- Ivan

Re: [Python-Dev] sad state of OS X Python testing...

2010-10-02 Thread Ivan Krstić
On Oct 2, 2010, at 11:50 AM, Bill Janssen wrote: Perhaps we could get Apple to contribute some "seconds"? If you don't get a good solution soon, let me know off-list and I'll see if Apple can help. Cheers, -- Ivan Krstić

Re: [Python-Dev] Trap SIGSEGV and SIGFPE

2008-12-11 Thread Ivan Krstić
or also to the idea of dumping the stack and immediately exiting? The former strikes me as crazy talk, while the latter is genuinely useful. Cheers, -- Ivan Krstić <[EMAIL PROTECTED]> | http://radian.org ___ Python-Dev mailing list

Re: [Python-Dev] Trap SIGSEGV and SIGFPE

2008-12-16 Thread Ivan Krstić
sible. I think it should still proceed to dump core, so that you can then inspect the core with a proper debugger. +1. Victor, any interest in attempting to retool your patch in this direction? -- Ivan Krstić | http://radian.org ___ Pytho

Re: [Python-Dev] The endless GIL debate: why not remove thread support instead?

2008-12-16 Thread Ivan Krstić
the subsequent interest in threads came due to the historically debilitating overhead of fork() on some important Unices, notably Solaris. -- Ivan Krstić | http://radian.org ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org

Re: [Python-Dev] extremely slow exit for program having huge (45G) dict (python 2.5.2)

2008-12-22 Thread Ivan Krstić
needs swap, and have written your program to take swapping into account, having _any_ swap on a machine with 64GB RAM is lunacy. The machine will grind to a complete standstill long before filling up gigabytes of swap.) -- Ivan Krstić | http://radian.org

Re: [Python-Dev] extremely slow exit for program having huge (45G) dict (python 2.5.2)

2008-12-22 Thread Ivan Krstić
on domain, see 'http://greylag.org '.) -- Ivan Krstić | http://radian.org ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] extremely slow exit for program having huge (45G) dict (python 2.5.2)

2008-12-22 Thread Ivan Krstić
On Dec 22, 2008, at 6:28 PM, Mike Coleman wrote: For (2), yes, 100% CPU usage. 100% _user_ CPU usage? (I'm trying to make sure we're not chasing some particular degeneration of kmalloc/vmalloc and friends.) -- Ivan Krstić | http://

[Python-Dev] Infra issues (was: Re: I would like an svn account)

2009-01-03 Thread Ivan Krstić
t machines? -- Ivan Krstić | http://radian.org ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com