diff options
author | Dan McDonald <danmcd@omniti.com> | 2016-12-16 23:36:05 -0500 |
---|---|---|
committer | Dan McDonald <danmcd@omniti.com> | 2016-12-19 19:47:32 -0500 |
commit | d3147737fcad3bbe69cbd5b065363137f4e61c52 (patch) | |
tree | 8cba64eb6cdafed93cf018cd1389288b02c25eaf /exception_lists | |
parent | 1a444326de2cbc1063a0ec1465543edcf4a5a997 (diff) | |
download | illumos-joyent-d3147737fcad3bbe69cbd5b065363137f4e61c52.tar.gz |
7675 Python2.7 needs 5879-like exception_list fixes
Reviewed by: Alexander Eremin <alexander.r.eremin@gmail.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'exception_lists')
-rw-r--r-- | exception_lists/check_rtime | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exception_lists/check_rtime b/exception_lists/check_rtime index 306ef3fe63..05eae9f23a 100644 --- a/exception_lists/check_rtime +++ b/exception_lists/check_rtime @@ -175,6 +175,7 @@ UNREF_OBJ /lib.*\ of\ .*libxslt\.so\.1 UNREF_OBJ /lib.*\ of\ .*libpq\.so\.4 UNREF_OBJ /lib.*\ of\ .*libpython2\.4\.so\.1\.0 UNREF_OBJ /lib.*\ of\ .*libpython2\.6\.so\.1\.0 +UNREF_OBJ /lib.*\ of\ .*libpython2\.7\.so\.1\.0 UNREF_OBJ /libgcc_s.*\ of\ .*libstdc\+\+\.so\.6 UNREF_OBJ /libgcc_s.*\ of\ .*libgmodule-2\.0\.so\.0 |