Skip to content

mark various test data binary (#233) #303

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

Merged
merged 1 commit into from
Feb 26, 2017
Merged

Conversation

benjaminp
Copy link
Contributor

No description provided.

@benjaminp benjaminp merged commit 6e9e649 into 2.7 Feb 26, 2017
@benjaminp benjaminp deleted the benjamin-binary-test-data branch February 26, 2017 07:26
akruis pushed a commit to akruis/cpython that referenced this pull request Aug 22, 2021
Stackless now raises more auditing events.
- Reducing objects of type AsyncGeneratorType, CoroutineType or
  GeneratorType, reading the attribute 'tasklet.frame' or calling
  'PyTasklet_GetFrame()' raises an auditing event "sys._getframe" with no
  arguments.
- Unpickling of a frame that could be evaluated now raises auditing event
  "stackless.frame.__setstate__" with no arguments and, if the frame has a
  trace function, also auditing event "sys.settrace".
- If Stackless pickle flag bit 'PICKLEFLAGS_PRESERVE_AG_FINALIZER' is set
  then unpickling an async_generator with a pickled finalizer raises auditing
  event "stackless.async_generator.set_finalizer".
jaraco pushed a commit that referenced this pull request Dec 2, 2022
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.

3 participants