Re: recursive closure

2014-09-10 Thread Ian Kelly
On Wed, Sep 10, 2014 at 10:00 PM, Li Tianqing wrote: > gc.set_debug(gc.DEBUG_LEAK) The DEBUG_LEAK flag implies the DEBUG_SAVEALL flag, which causes all unreachable objects to be appended to gc.garbage rather than freed. https://docs.python.org/3/library/gc.html#gc.DEBUG_SAVEALL Try not setting

Enterprise Data Warehouse Business Analyst in Banking domain Required for Qatar

2014-09-10 Thread vinirma2008
VAM SYSTEMS is a Business Consulting, IT Technology Solutions and Services company with operations in UAE, Qatar, Bahrain, USA, Australia, Singapore &India. VAM SYSTEMS is currently looking for Enterprise Data Warehouse Business Analyst for our Qatar operations with the following skill set and

recursive closure

2014-09-10 Thread Li Tianqing
Hello, Can someone explain me why gc(CPython) can not collect recursive closure's cycle reference? There is no __del__ there, why gc can not collect? After many times gc collect, i also see objects like below in gc.garbage. So i ask why gc can not collect them? Thanks a lot. (, )

Re: Why Python has moved to a multilingual Unicode model (OT)

2014-09-10 Thread Terry Reedy
On 9/10/2014 1:57 PM, mm0fmf wrote: On 10/09/2014 14:27, wxjmfa...@gmail.com wrote: [quoted trollpost deleted] By quoting spam and trolls, you become a spam/troll distributor yourself, and thrust same before people who missed (or blocked) the original. Please don't do this. Best to complete

Re: O'Reilly Python Certification

2014-09-10 Thread mjkantowski
I just completed all four modules and Kirby was my instructor. I really enjoyed the class and got a lot out of it. I am not a developer, so common concepts like objects were new to me, whereas standard data structures like lists, dicts, etc. were already known. It definitely allowed me to inc

Re: Why Python has moved to a multilingual Unicode model (OT)

2014-09-10 Thread mm0fmf
On 10/09/2014 14:27, wxjmfa...@gmail.com wrote: A "multilingual Unicode model" has not too much sense. You are Pavlov's Dog AICMFP ;-) -- https://mail.python.org/mailman/listinfo/python-list

testfixtures 4.0.2 Released!

2014-09-10 Thread Chris Withers
Hi All, I'm pleased to announce the release of testfixtures 4.0.2. This is a bugfix release that fixes the following: - Fix "maximum recursion depth exceeded" when comparing a string with bytes that did not contain the same character. The package is on PyPI and a full list of all the links

Re: streaming dynamically appended music tracks

2014-09-10 Thread Chris Angelico
On Wed, Sep 10, 2014 at 11:24 PM, Mike Kilmer wrote: > I didn't see a page on etiquette at the info page, so inquiring of you: > > Is the Python list an appropriate place to seek a mentor for hire? An interesting question. Normally I'd point you to the Python Job Board, but I believe it's down at

Poszukiwany Programista Python - Warszawa / Gdańsk / Kraków

2014-09-10 Thread magda . brylska
Witam, Aktulanie prowadzę kilka bardzo ciekawych projektów rekrutacyjnych, w związku z czym poszukuję kilkunastu developerów Python, chcących pracować w Warszawie, Krakowie bądź Gdańsku. Jeśli masz minimum 3 letnie doświaczenie w programowaniu w języku Python LUB doświadczenie w programowaniu

streaming dynamically appended music tracks

2014-09-10 Thread Mike Kilmer
Hi Python list admins, I didn't see a page on etiquette at the info page, so inquiring of you: Is the Python list an appropriate place to seek a mentor for hire? I'm new to Python and have been working with Echonest's Remix "music synthesizer" package. I may be out of my league with the large

ANN: python-ldap 2.4.16

2014-09-10 Thread Michael Ströder
Find a new release of python-ldap: http://pypi.python.org/pypi/python-ldap/2.4.16 python-ldap provides an object-oriented API to access LDAP directory servers from Python programs. It mainly wraps the OpenLDAP 2.x libs for that purpose. Additionally it contains modules for other LDAP-related st

Why Python has moved to a multilingual Unicode model

2014-09-10 Thread Steven D'Aprano
Many Python 2 users (mostly English speakers, but also a few Europeans) are frustrated with the move of Python 3 to Unicode strings instead of ASCII strings. One of the core Python developers, Nick Coghlan of Red Hat, has written an article for the Red Hat Developer Blog explaining why the core de

Re: Python 3.3.2 help

2014-09-10 Thread Steven D'Aprano
Hello, My response is below, interleaved with your comments. D Moorcroft wrote: >> Hi, >> >> We are running Python 3.3.2 but pupils are unable to print as they >> cannot use the command prompt. What operating system are you using? Windows, Linux, Mac? Something else? Is it ALL pupils who are

Python 3.3.2 help

2014-09-10 Thread D Moorcroft
> Hi, > > We are running Python 3.3.2 but pupils are unable to print as they > cannot use the command prompt. > > An error comes up saying printing failed (exit status Oxff). > > Is there any way that we can get users who can't see the command > prompt to be able to print? > > Thank you, > >

Re: Bad comment on Enigmatic Code

2014-09-10 Thread blindanagram
On 10/09/2014 07:05, Steven D'Aprano wrote: > blindanagram wrote: > >> Hi Jim, >> >> When you get a moment, can you please remove the wrongly formatted >> Python comment I made on your site? >> >> Thanks >> >> Brian > > Who is Jim, and what comment are you talking about? > > Perhaps you have