forked from matplotlib/matplotlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Add figure close test for qt4 backend #1
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
tacaswell
merged 1 commit into
tacaswell:qt4_closeevent_Gcf
from
dmcdougall:qt4_closeevent_Gcf
Jan 18, 2013
Merged
Add figure close test for qt4 backend #1
tacaswell
merged 1 commit into
tacaswell:qt4_closeevent_Gcf
from
dmcdougall:qt4_closeevent_Gcf
Jan 18, 2013
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tacaswell
added a commit
that referenced
this pull request
Jan 18, 2013
Add figure close test for qt4 backend
tacaswell
pushed a commit
that referenced
this pull request
Nov 23, 2014
…qt_fix Instantiate Sip Mock before use
tacaswell
pushed a commit
that referenced
this pull request
Jun 28, 2015
Create colormap_normalizations.py
tacaswell
pushed a commit
that referenced
this pull request
Aug 28, 2015
Added Color TraitType and tests
tacaswell
added a commit
that referenced
this pull request
Feb 10, 2016
One too many assertions Closes #1
tacaswell
pushed a commit
that referenced
this pull request
Sep 16, 2016
DOC minor fixes on the documentation of errorbar
tacaswell
pushed a commit
that referenced
this pull request
Nov 11, 2016
FIX pep8 failed as some files are pep8 compliant
tacaswell
pushed a commit
that referenced
this pull request
Dec 11, 2016
Determinism tests without temporary files
tacaswell
pushed a commit
that referenced
this pull request
Oct 1, 2017
This fixes some possible heap buffer overflows, such as the following
triggered by our cmmi10.ttf:
```
ERROR: AddressSanitizer: heap-buffer-overflow on address 0x617000235709 at pc 0x7f95efd3c48a bp 0x7ffe41b6ecc0 sp 0x7ffe41b6ecb0
READ of size 1 at 0x617000235709 thread T0
#0 0x7f95efd3c489 in utf16be_to_ascii extern/ttconv/pprdrv_tt.cpp:178
#1 0x7f95efd3c489 in Read_name(TTFONT*) extern/ttconv/pprdrv_tt.cpp:339
#2 0x7f95efd499ef in read_font(...) extern/ttconv/pprdrv_tt.cpp:1325
#3 0x7f95efd4c602 in get_pdf_charprocs(...) extern/ttconv/pprdrv_tt.cpp:1420
#4 0x7f95efd35c22 in py_get_pdf_charprocs src/_ttconv.cpp:217
0x617000235709 is located 1 bytes to the right of 648-byte region [0x617000235480,0x617000235708)
allocated by thread T0 here:
#0 0x7f9612262a38 in __interceptor_calloc (/usr/lib64/libasan.so.4+0xdea38)
#1 0x7f95efd3b261 in GetTable(TTFONT*, char const*) extern/ttconv/pprdrv_tt.cpp:140
```
tacaswell
pushed a commit
that referenced
this pull request
Mar 12, 2019
tacaswell
pushed a commit
that referenced
this pull request
Feb 16, 2020
Add link to blog to front page matplotlib#16487
tacaswell
added a commit
that referenced
this pull request
Aug 21, 2024
… and bump cibuildwheel This is the commit message #1: > Merge pull request matplotlib#28293 from QuLogic/py313 > > BLD: Enable building Python 3.13 wheels for nightlies (cherry picked from commit 725ee99) This is the commit message #2: > Merge pull request matplotlib#28668 from matplotlib/dependabot/github_actions/actions-167bd8b160 > > Bump the actions group with 2 updates (cherry picked from commit fd42e7d)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adding the test skeleton for you.