Staging
v0.5.1
https://github.com/python/cpython
Revision 296383b6d05f9617283aeb5b601106f84b016198 authored by Miss Islington (bot) on 19 January 2020, 22:44:04 UTC, committed by GitHub on 19 January 2020, 22:44:04 UTC

Update Misc/valgrind-python.supp to suppress the false alarm.
(cherry picked from commit d8ef64422a75f40cecdb1a7ee43492607d3daaf6)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
1 parent d96b7dd
Raw File
Tip revision: 296383b6d05f9617283aeb5b601106f84b016198 authored by Miss Islington (bot) on 19 January 2020, 22:44:04 UTC
bpo-35561: Supress valgrind false alarm on epoll_ctl(event) (GH-18060)
Tip revision: 296383b
python.pc.in
# See: man pkg-config
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: Python
Description: Python library
Requires: 
Version: @VERSION@
Libs.private: @LIBS@
Libs: -L${libdir} -lpython@VERSION@@ABIFLAGS@
Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@
back to top