Re: building release - assert-free python library

2009-04-09 Thread Aahz
In article 121dcfb3-1ffe-40bf-b6dc-d2bacc073...@k19g2000prh.googlegroups.com, grbgooglefan ganeshbo...@gmail.com wrote: How can I build a release and not the debug version of libpython.a? I have seen that there are assert, abort statements in lot many functions in Python code. I would like to

Re: building release - assert-free python library

2009-04-07 Thread Ben Finney
grbgooglefan ganeshbo...@gmail.com writes: I would like to avoid [exceptions] when compiling the libpython.a library because when this libpython gets used for production purpose and it aborts, the application goes down without any means of graceful handling that error condition. How can we

Re: building release - assert-free python library

2009-04-07 Thread Ulrich Eckhardt
grbgooglefan wrote: How can I build a release and not the debug version of libpython.a? I have seen that there are assert, abort statements in lot many functions in Python code. I would like to avoid those when compiling the libpython.a library because when this libpython gets used for

building release - assert-free python library

2009-04-07 Thread grbgooglefan
How can I build a release and not the debug version of libpython.a? I have seen that there are assert, abort statements in lot many functions in Python code. I would like to avoid those when compiling the libpython.a library because when this libpython gets used for production purpose and it