Skip to content

chore(profiler): remove resolved known issue for profiler on Python 3.11#5153

Merged
ZStriker19 merged 1 commit into
1.xfrom
yunkim/remove-prof-3-11-known-issue
Feb 17, 2023
Merged

chore(profiler): remove resolved known issue for profiler on Python 3.11#5153
ZStriker19 merged 1 commit into
1.xfrom
yunkim/remove-prof-3-11-known-issue

Conversation

@Yun-Kim

@Yun-Kim Yun-Kim commented Feb 17, 2023

Copy link
Copy Markdown
Contributor

This PR removes the known issue release note for the profiler on Python 3.11 relating to PyFrameObjects, which was mitigated by #5019.

Checklist

  • Change(s) are motivated and described in the PR description.
  • Testing strategy is described if automated tests are not included in the PR.
  • Risk is outlined (performance impact, potential for breakage, maintainability, etc).
  • Change is maintainable (easy to change, telemetry, documentation).
  • Library release note guidelines are followed.
  • Documentation is included (in-code, generated user docs, public corp docs).
  • Author is aware of the performance implications of this PR as reported in the benchmarks PR comment.

Reviewer Checklist

  • Title is accurate.
  • No unnecessary changes are introduced.
  • Description motivates each change.
  • Avoids breaking API changes unless absolutely necessary.
  • Testing strategy adequately addresses listed risk(s).
  • Change is maintainable (easy to change, telemetry, documentation).
  • Release note makes sense to a user of the library.
  • Reviewer is aware of, and discussed the performance implications of this PR as reported in the benchmarks PR comment.

@Yun-Kim Yun-Kim added the changelog/no-changelog A changelog entry is not required for this PR. label Feb 17, 2023
@Yun-Kim
Yun-Kim requested a review from a team as a code owner February 17, 2023 20:05
@Yun-Kim
Yun-Kim requested review from brettlangdon and removed request for christophe-papazian and juanjux February 17, 2023 20:09

@brettlangdon brettlangdon left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

do we want to delete this or just omit it from our read the docs generation for 1.8 ?

@pr-commenter

pr-commenter Bot commented Feb 17, 2023

Copy link
Copy Markdown

Benchmarks

Comparing candidate commit 980db95 in PR branch yunkim/remove-prof-3-11-known-issue with baseline commit e6d1440 in branch 1.x.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 34 cases.

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

Merging #5153 (980db95) into 1.x (e6d1440) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##              1.x    #5153   +/-   ##
=======================================
  Coverage   74.64%   74.64%           
=======================================
  Files         860      860           
  Lines       65921    65921           
=======================================
  Hits        49208    49208           
  Misses      16713    16713           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ZStriker19
ZStriker19 merged commit 066688c into 1.x Feb 17, 2023
@ZStriker19
ZStriker19 deleted the yunkim/remove-prof-3-11-known-issue branch February 17, 2023 20:31
@github-actions github-actions Bot added this to the v1.9.0 milestone Feb 17, 2023
ZStriker19 pushed a commit that referenced this pull request Feb 17, 2023
….11 (#5153)

This PR removes the known issue release note for the profiler on Python
3.11 relating to `PyFrameObjects`, which was mitigated by #5019.
## Checklist

- [x] Change(s) are motivated and described in the PR description.
- [x] Testing strategy is described if automated tests are not included
in the PR.
- [x] Risk is outlined (performance impact, potential for breakage,
maintainability, etc).
- [x] Change is maintainable (easy to change, telemetry, documentation).
- [x] [Library release note
guidelines](https://ddtrace.readthedocs.io/en/stable/contributing.html#Release-Note-Guidelines)
are followed.
- [x] Documentation is included (in-code, generated user docs, [public
corp docs](https://github.com/DataDog/documentation/)).
- [x] Author is aware of the performance implications of this PR as
reported in the benchmarks PR comment.

## Reviewer Checklist

- [x] Title is accurate.
- [x] No unnecessary changes are introduced.
- [x] Description motivates each change.
- [x] Avoids breaking
[API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces)
changes unless absolutely necessary.
- [x] Testing strategy adequately addresses listed risk(s).
- [x] Change is maintainable (easy to change, telemetry, documentation).
- [x] Release note makes sense to a user of the library.
- [x] Reviewer is aware of, and discussed the performance implications
of this PR as reported in the benchmarks PR comment.

(cherry picked from commit 066688c)
brettlangdon pushed a commit that referenced this pull request Feb 17, 2023
….11 [backport #5153 to 1.8] (#5154)

Backport of #5153 to 1.8

This PR removes the known issue release note for the profiler on Python
3.11 relating to `PyFrameObjects`, which was mitigated by #5019.
## Checklist

- [x] Change(s) are motivated and described in the PR description.
- [x] Testing strategy is described if automated tests are not included
in the PR.
- [x] Risk is outlined (performance impact, potential for breakage,
maintainability, etc).
- [x] Change is maintainable (easy to change, telemetry, documentation).
- [x] [Library release note
guidelines](https://ddtrace.readthedocs.io/en/stable/contributing.html#Release-Note-Guidelines)
are followed.
- [x] Documentation is included (in-code, generated user docs, [public
corp docs](https://github.com/DataDog/documentation/)).
- [x] Author is aware of the performance implications of this PR as
reported in the benchmarks PR comment.

## Reviewer Checklist

- [x] Title is accurate.
- [x] No unnecessary changes are introduced.
- [x] Description motivates each change.
- [x] Avoids breaking
[API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces)
changes unless absolutely necessary.
- [x] Testing strategy adequately addresses listed risk(s).
- [x] Change is maintainable (easy to change, telemetry, documentation).
- [x] Release note makes sense to a user of the library.
- [x] Reviewer is aware of, and discussed the performance implications
of this PR as reported in the benchmarks PR comment.

Co-authored-by: Yun Kim <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/no-changelog A changelog entry is not required for this PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants