8000 PyPy3.10+ has `libpypy3.9-c.*` hardwired in `_sysconfigdata.py` · Issue #5249 · pypy/pypy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
PyPy3.10+ has libpypy3.9-c.* hardwired in _sysconfigdata.py #5249
Closed
@mgorny

Description

@mgorny

Not sure if it's a big deal or not. We're not building the shared library in Gentoo at the moment, just noticed it accidentally when meson tried to link to it. Both py3.10 and py3.11 branches refer to libpypy3.9-c.* as LDLIBRARY:

if sys.platform == 'win32':
build_time_vars['LDLIBRARY'] = 'libpypy3.9-c.dll'
build_time_vars['INCLUDEPY'] = os.path.join(mybase, 'include')
build_time_vars['LIBDIR'] = mybase
else:
build_time_vars['LDLIBRARY'] = 'libpypy3.9-c.so'

if sys.platform == 'win32':
build_time_vars['LDLIBRARY'] = 'libpypy3.9-c.dll'
build_time_vars['INCLUDEPY'] = os.path.join(mybase, 'include')
build_time_vars['LIBDIR'] = mybase
else:
build_time_vars['LDLIBRARY'] = 'libpypy3.9-c.so'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0