k-takata / Onigmo

Onigmo is a regular expressions library forked from Oniguruma.
Other
626 stars 94 forks source link

onigmo.py: Work around Python 3.8 on Windows #148

Closed k-takata closed 4 years ago

k-takata commented 4 years ago

Python 3.8 stopped loading DLLs from PATH by default. Set winmode=0 to use the same method as Python 3.7. (This is potentially insecure, though.)

codecov-io commented 4 years ago

Codecov Report

Merging #148 into master will decrease coverage by 0.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #148      +/-   ##
==========================================
- Coverage   82.88%   82.86%   -0.02%     
==========================================
  Files          63       63              
  Lines       12612    12613       +1     
==========================================
- Hits        10453    10452       -1     
- Misses       2159     2161       +2
Impacted Files Coverage Δ
regposix.c 65% <0%> (-1.25%) :arrow_down:
testc.c 97.92% <0%> (-0.14%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0830382...b469a05. Read the comment docs.