Skip to content

Commit

Permalink
Updating doctest output after Cython update.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Jul 28, 2020
1 parent 5d67db9 commit 70916c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/python/binary-extension.rst
Expand Up @@ -97,13 +97,13 @@ The ``bezier._speedup`` module depends on this local copy of ``libbezier``:

$ readelf -d _speedup.cpython-38-x86_64-linux-gnu.so

Dynamic section at offset 0x447000 contains 27 entries:
Dynamic section at offset 0x443000 contains 27 entries:
Tag Type Name/Value
0x000000000000000f (RPATH) Library rpath: [$ORIGIN/../bezier.libs]
0x0000000000000001 (NEEDED) Shared library: [libbezier-28a97ca3.so.2020.5.19]
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x000000000000000c (INIT) 0x9d50
0x000000000000000c (INIT) 0x9d08
...

and the local copy of ``libbezier`` depends on the other dependencies in
Expand Down

0 comments on commit 70916c0

Please sign in to comment.