Vitaliy Yelnik

Results 6 issues of Vitaliy Yelnik

Python 2.7.12 ``` >>> import marshal >>> import unipath >>> path=unipath.Path('/home') >>> marshal.dumps(path) 's\x05\x00\x00\x00/home' ``` Python 3.5.2 ``` >>> import marshal >>> import unipath >>> path=unipath.Path('/home') >>> marshal.dumps(path) Traceback (most...

From time to time I get this kind of error when switching buffer ``` Debugger entered--Lisp error: (wrong-type-argument frame-live-p #) mode-icons-get-mode-icon("Magit" nil t) mode-icons-set-mode-icon("Magit") mode-icons-set-current-mode-icon() mode-icons-reset() run-hooks(after-change-major-mode-hook) run-mode-hooks(magit-status-mode-hook) magit-status-mode() magit-setup-buffer-internal(magit-status-mode...

Use install_gettext_translations instead of install_null_translations

Hi! Thank you for your library :smiley: I have a question about [this line of code](https://github.com/cjrh/aiorun/blob/master/aiorun.py#L221): ```python loop.create_task(new_coro()) ``` I am confused that the link to the result is not...

## Description of the issue ### Context information (for bug reports) * Output of `pyinstaller --version`: ```6.0.0``` (v5.13.2 works) * Version of Python: v3.11.5 * Platform: macOS-12.7-x86_64-i386-64bit * How you...

bug

This patch allows producing more correct output for typed enum values. See also #120