Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-defaults
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pkg
python-defaults
Commits
0468863b
Commit
0468863b
authored
8 years ago
by
Matthias Klose
Browse files
Options
Downloads
Patches
Plain Diff
* Update valgrind suppression file. Issue #12612. LP: #1512622.
parent
99070469
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+6
-2
6 additions, 2 deletions
debian/changelog
debian/valgrind-python.supp
+24
-0
24 additions, 0 deletions
debian/valgrind-python.supp
with
30 additions
and
2 deletions
debian/changelog
+
6
−
2
View file @
0468863b
python-defaults (2.7.11-2) UNRELEASED; urgency=medium
python-defaults (2.7.11-2
ubuntu1
) UNRELEASED; urgency=medium
[ Scott Kitterman ]
* Python policy updates for Stretch (Many thanks to Ben Finney for all the
* Python policy updates for Stretch (Many thanks to Ben Finney for all the
updates)
updates)
- Change focus in text to python3
- Change focus in text to python3
...
@@ -8,7 +9,10 @@ python-defaults (2.7.11-2) UNRELEASED; urgency=medium
...
@@ -8,7 +9,10 @@ python-defaults (2.7.11-2) UNRELEASED; urgency=medium
- Discuss update process in more detail
- Discuss update process in more detail
- Revamp tools section to better align to current practice
- Revamp tools section to better align to current practice
-- Scott Kitterman <scott@kitterman.com> Sun, 24 Jan 2016 01:00:44 -0500
[ Matthias Klose ]
* Update valgrind suppression file. Issue #12612. LP: #1512622.
-- Matthias Klose <doko@debian.org> Mon, 09 May 2016 14:09:56 +0200
python-defaults (2.7.11-1) unstable; urgency=medium
python-defaults (2.7.11-1) unstable; urgency=medium
...
...
This diff is collapsed.
Click to expand it.
debian/valgrind-python.supp
+
24
−
0
View file @
0468863b
...
@@ -149,6 +149,18 @@
...
@@ -149,6 +149,18 @@
###}
###}
###
###
###{
###{
### ADDRESS_IN_RANGE/Use of uninitialised value of size 8
### Memcheck:Addr8
### fun:PyObject_Free
###}
###
###{
### ADDRESS_IN_RANGE/Use of uninitialised value of size 8
### Memcheck:Value8
### fun:PyObject_Free
###}
###
###{
### ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
### ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
### Memcheck:Cond
### Memcheck:Cond
### fun:PyObject_Free
### fun:PyObject_Free
...
@@ -167,6 +179,18 @@
...
@@ -167,6 +179,18 @@
###}
###}
###
###
###{
###{
### ADDRESS_IN_RANGE/Use of uninitialised value of size 8
### Memcheck:Addr8
### fun:PyObject_Realloc
###}
###
###{
### ADDRESS_IN_RANGE/Use of uninitialised value of size 8
### Memcheck:Value8
### fun:PyObject_Realloc
###}
###
###{
### ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
### ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
### Memcheck:Cond
### Memcheck:Cond
### fun:PyObject_Realloc
### fun:PyObject_Realloc
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment