Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Current version of libuv #589

Open
MaximKiselev opened this issue Jan 15, 2024 · 1 comment
Open

Current version of libuv #589

MaximKiselev opened this issue Jan 15, 2024 · 1 comment

Comments

@MaximKiselev
Copy link

MaximKiselev commented Jan 15, 2024

Hi, how i can get current version of libuv? I tried uvloop.__version__ but this property shows only uvloop version? On the system - all are clean. apt does not show any libuv version but script works...

import ctypes
libuv = ctypes.CDLL("oop.cpython-312-x86_64-linux-gnu.so")
libuv.uv_version_string()
#2111514146 - ???????

thanks

@alex-eri
Copy link

alex-eri commented Feb 1, 2024

libuv embeded into https://github.com/MagicStack/uvloop/tree/master/vendor as git submodule. Version v1.46.0 for now.

You can use system libuv if build uvloop with option

uvloop/setup.py

Lines 74 to 75 in 6c770dc

('use-system-libuv', None,
'Use the system provided libuv, instead of the bundled one'),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants