Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 854660 Details for
Bug 701878
dev-python/pycparser-2.19-r1 - src_compile(): python3_7: ModuleNotFoundError: No module named 'lextab'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
inval.patch
inval.patch (text/plain), 574 bytes, created by
Michał Górny
on 2023-02-25 21:00:18 UTC
(
hide
)
Description:
inval.patch
Filename:
MIME Type:
Creator:
Michał Górny
Created:
2023-02-25 21:00:18 UTC
Size:
574 bytes
patch
obsolete
>diff --git a/pycparser/_build_tables.py b/pycparser/_build_tables.py >index 958381a..4f37107 100644 >--- a/pycparser/_build_tables.py >+++ b/pycparser/_build_tables.py >@@ -13,6 +13,7 @@ > # Insert '.' and '..' as first entries to the search path for modules. > # Restricted environments like embeddable python do not include the > # current working directory on startup. >+import importlib > import sys > sys.path[0:0] = ['.', '..'] > >@@ -32,6 +33,8 @@ c_parser.CParser( > > # Load to compile into .pyc > # >+importlib.invalidate_caches() >+ > import lextab > import yacctab > import c_ast
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 701878
:
598318
|
853524
|
853916
|
854016
|
854018
|
854196
|
854656
|
854658
| 854660