Victor Stinner

Results 408 comments of Victor Stinner

> in the tuto, vs2015 is recommended. can someone use vs2017? Yes. I updated the tutorial to mention VS 2017. > in the tuto, x64 is used to build, can...

No, they are links to the Optimization page, which is a different page. Optimizations in the FAT Python page are have a link starting with "fat-". http://faster-cpython.readthedocs.org/fat_python.html#constant-propagation

> Perhaps it would be worth investigating cooperation? Sure. What is your plan? Do you want to enhance the future CPython 3.6?

This project is abandonned/stalled. Based on this project, I wrote three PEPs: * PEP 509 -- Add a private version to dict => ACCEPTED * PEP 510 -- Specialize functions...

Thanks for contributing. I dislike writing multiple instructions on a single line. It's a deliberate choice to write the .visit() call on a second line.

I don't maintain Hachoir anymore. Would you like to work on a fix?

Yeah, Hachoir has bugs, but it's basically no longer maintained: http://unmaintained.tech/ If you propose a fix, I can try to review it.

The problem is that Hachoir allows to create 2 fields at the same address: ``` + 0) start_image: Start of image (SOI) (2 bytes) - 2) exif: EXIF (292 bytes)...

Hachoir is basically unmaintained, so I prefer to be more explicit and close this feature request. http://unmaintained.tech/ If you want a feature, you have to implement it ;-)

I like the idea. Would you like to implement it? I would prefer to avoid code duplication.