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

Wheel RECORD for run_code_on_dllmain_amd64.dll size does not match the size of the actual file #1256

Closed
aykutkilic-avl opened this issue Apr 3, 2023 · 1 comment

Comments

@aykutkilic-avl
Copy link

Before creating a new issue, please check the FAQ to see if your question is answered there.

Environment data

  • debugpy version: 1.6.6 (run import debugpy; print(debugpy.__version__) if uncertain)
  • OS and version: Win64
  • Python version (& distribution if applicable, e.g. Anaconda): 3.9.13
  • Using VS Code or Visual Studio: CODE

Actual behavior

The Wheel RECORD file has the statement:
debugpy/_vendored/pydevd/pydevd_attach_to_process/run_code_on_dllmain_amd64.dll,sha256=O5iYwJrOTR0TnCttACPTS97fdu7IDKCWPfYVDWWnyj8,16896
Which states that the file size is 16896 bytes, while the actual file is: 27048 bytes.

Expected behavior

The RECORD should be corrected

Steps to reproduce:

  1. Expand the zip file and compare the RECORD and the actual expanded files.
@int19h
Copy link
Collaborator

int19h commented Apr 3, 2023

Yep, it's the same issue as in #1246.

@int19h int19h closed this as completed Apr 3, 2023
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