Skip to content

Lazy imports#104

Closed
pablogsal wants to merge 2 commits intopablogsal:mainfrom
DinoV:lazy_imports
Closed

Lazy imports#104
pablogsal wants to merge 2 commits intopablogsal:mainfrom
DinoV:lazy_imports

Conversation

@pablogsal
Copy link
Copy Markdown
Owner

No description provided.

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is being reviewed by Cursor Bugbot

Details

You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

Comment thread Lib/dis.py
elif (arg & 2) and argrepr:
argrepr = f"{argrepr} + eager"
else:
print(deop)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Debug Statement Causes Unwanted Output

A print(deop) debug statement was accidentally left in Lib/dis.py. This causes unwanted output to be printed to stdout during normal disassembly operations when processing certain opcodes.

Fix in Cursor Fix in Web

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

Successfully merging this pull request may close these issues.

2 participants