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

Add wrappers around PyFrame and PyCode #225

Merged
merged 5 commits into from
Oct 30, 2023
Merged

Conversation

robert3005
Copy link
Member

No description provided.

@robert3005
Copy link
Member Author

Not sure if this benefits from a docs mention


/// Wrapper for Python PyCode.
/// See: https://docs.python.org/3/c-api/code.html
pub const PyCode = extern struct {
Copy link
Member Author

Choose a reason for hiding this comment

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

you can find a handy reference of the field names in https://docs.python.org/3/library/inspect.html

@robert3005 robert3005 enabled auto-merge (squash) October 27, 2023 16:03
@robert3005 robert3005 requested a review from gatesn October 27, 2023 16:03
pydust/src/types/frame.zig Outdated Show resolved Hide resolved
@robert3005 robert3005 merged commit 42632fb into develop Oct 30, 2023
1 check passed
@robert3005 robert3005 deleted the rk/addframewrappers branch October 30, 2023 09:36
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