Skip to content

Commit

Permalink
fix Lind-Project#301: update comments and load_python.sh
Browse files Browse the repository at this point in the history
Signed-off-by: lind <[email protected]>
  • Loading branch information
lind committed May 19, 2023
1 parent a0c82e6 commit e67111d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/scripts/python/load_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ lindfs cp /home/lind/lind_project/tests/applications/python/build/lib/_ssl.so /u
lindfs cp /home/lind/lind_project/tests/applications/python/build/lib/_hashlib.so /usr/local/lib/python2.7/lib-dynload/_hashlib.so
lindfs cp /home/lind/lind_project/tests/applications/python/build/lib/_ctypes.so /usr/local/lib/python2.7/lib-dynload/_ctypes.so
lindfs cp /home/lind/lind_project/tests/applications/python/build/lib/libffi.so /lib/glibc/libffi.so
lindfs cp /home/lind/lind_project/tests/applications/python/build/lib/libffi.so /lib/glibc/libffi.so.5
# lindfs cp /home/lind/lind_project/tests/applications/python/build/lib/libffi.so /lib/glibc/libffi.so.5

echo "Copying flask files:"
lindfs cp /home/lind/lind_project/tests/applications/python-modules/site-packages/ /usr/local/lib/python2.7/site-packages/
3 changes: 2 additions & 1 deletion tests/applications/python/Lib/ctypes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,5 +546,6 @@ def DllCanUnloadNow():
# function is needed for the unittests on Win64 to succeed. This MAY
# be a compiler bug, since the problem occurs only when _ctypes is
# compiled with the MS SDK compiler. Or an uninitialized variable?
# Commenting the next line because it causes a segfault in lind

# LIND: Commenting the next line because it causes a segfault in lind
# CFUNCTYPE(c_int)(lambda: None)

0 comments on commit e67111d

Please sign in to comment.