d756331fb7df294e1787a7240f51597cb0559a3c,PyInstaller/hooks/hook-PySide2.QtNetwork.py,,,#,18

Before Change


            // the SSL libraries are dynamically loaded, implying they exist in
            // the system path. Include these.
            (getfullnameof("libeay32.dll"), os.path.join(*rel_data_path)),
            (getfullnameof("ssleay32.dll"), os.path.join(*rel_data_path)),
        ]

After Change


                    "libcrypto-1_1-x64.dllx"):
            dll_path = os.path.join(
                pyside2_library_info.location["BinariesPath"], dll)
            if os.path.exists(dll_path):
                binaries.append((dll_path, "."))
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: pyinstaller/pyinstaller
Commit Name: d756331fb7df294e1787a7240f51597cb0559a3c
Time: 2019-11-12
Author: me@systemcluster.me
File Name: PyInstaller/hooks/hook-PySide2.QtNetwork.py
Class Name:
Method Name:


Project Name: akkana/scripts
Commit Name: d47084ace2d08e6703398efa34d0810a4ebcc90a
Time: 2020-07-05
Author: akkana@shallowsky.com
File Name: musicplayer.py
Class Name: MusicWin
Method Name: add_songs_in_playlist


Project Name: pyinstaller/pyinstaller
Commit Name: 47bd7f10de3b343270fd4d34b356f14617d5d3a1
Time: 2019-08-01
Author: bjones@ece.msstate.edu
File Name: PyInstaller/hooks/hook-PyQt5.QtNetwork.py
Class Name:
Method Name: