New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

pstack

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pstack - pypi Package Compare versions

Comparing version
0.4
to
0.5
+1
-1
PKG-INFO
Metadata-Version: 1.0
Name: pstack
Version: 0.4
Version: 0.5
Summary: Tool to print python thread and greenlet stacks

@@ -5,0 +5,0 @@ Home-page: https://github.com/wooparadog/pstack/

Metadata-Version: 1.0
Name: pstack
Version: 0.4
Version: 0.5
Summary: Tool to print python thread and greenlet stacks

@@ -5,0 +5,0 @@ Home-page: https://github.com/wooparadog/pstack/

@@ -12,3 +12,3 @@ # !/usr/bin/env python

name="pstack",
version='0.4',
version='0.5',
description="Tool to print python thread and greenlet stacks",

@@ -15,0 +15,0 @@ author="Haochuan Guo",

@@ -46,3 +46,3 @@ #! /usr/bin/env python

statements = [
r'expr (void *) $gil = (void *) PyGILState_Ensure()',
r'expr void * $gil = (void *) PyGILState_Ensure()',
r'expr (void) PyRun_SimpleString("exec(\"%s\")")' % command,

@@ -49,0 +49,0 @@ r'expr (void) PyGILState_Release($gil)',