Skip to content

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