Donghee Na

Results 164 comments of Donghee Na

@vnmakarov Thank you for the response :) I will wait for your new fix! Until then I am going to read your published code, I am really looking forward this...

@deepch Thank you for the suggestion. It will be great to add filter option which can accept the variant of purpose. Let's think about it!

@eroberholster Thanks for the contribution :) I will take a look at this patch by this weekend.

@eroberholster Sorry for the delay, I will try to review this PR next week, I was busy with my own schedule.

@aaupov FYI, CPython now adopt llvm-bolt as an experimental feature: https://github.com/python/cpython/commit/214eb2cce5caa99f476ae8abd406077e2c293a3c I am expecting the usage through `./configure --enable-optimizations --with-lto --enable-bolt`

> I think we should add a test that fails before your changes and passes afterwards. Updated! Without patch: ```` 0:00:00 load avg: 4.23 Run tests sequentially 0:00:00 load avg:...

@ezio-melotti ````diff diff --git a/Lib/_markupbase.py b/Lib/_markupbase.py index 3ad7e27996..f8b2b901b9 100644 --- a/Lib/_markupbase.py +++ b/Lib/_markupbase.py @@ -7,6 +7,7 @@ import re +from abc import ABCMeta, abstractmethod _declname_match = re.compile(r'[a-zA-Z][-_.a-zA-Z0-9]*\s*').match _declstringlit_match = re.compile(r'(\'[^\']*\'|"[^"]*")\s*').match...

Nice work! I will take a look at this PR by this weekend