Live data from Hacker News

Viewing profile — haypo

haypo

HN member
Joined
Mon, Nov 25, 2013, 5:30 PM UTC
HN karma
1
Public activity
5 items

About haypo

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. 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…

  4. 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…

  5. 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…