Viewing profile — haypo
haypo
HN member- Joined
- Mon, Nov 25, 2013, 5:30 PM UTC
- HN karma
- 1
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About haypo
No profile information was provided.
Recent public activity
-
comment
Comment #15261482
While there is no public announcement from the PSF yet, I sent an email to the python-dev mailing list at least to announce the issue but also try to discuss how to mitigate/preven…
-
comment
Comment #10227029
No, a PEP was required because there was a lot of discussion on the API, and also non trivial choices on the implementation (pure C? pure Python? C+Python?). To have an idea of the…
-
comment
Comment #8824680
"As an ex Perl guy (well I still use it sometimes), I find append and extend an endless source of confusion in Python. Especially as strings do the opposite of what I expect, and g…
-
comment
Comment #6795460
tracemalloc is the first user of the PEP 445 (malloc API), but I wrote another toy: https://bitbucket.org/haypo/pyfailmalloc "Debug tool for Python injecting memory allocation faul…
-
comment
Comment #6795452
I started the development of tracemalloc at Wyplay, but I rewrote all the code for the version included in Python 3.4: complelty different API, you get different data, new implemen…