Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Wooza
/
bytecode
Public
forked from
MatthieuDartiailh/bytecode
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
bytecode
bytecode
on
patch-1
User selector
All users
All time
Commit history
Commits on Jan 27, 2020
Add Compare to __all__
Show description for f24f15e
Wooza
authored
f24f15e
View commit details
Copy full SHA for f24f15e
View code at this point
Browse repository at this point
Commits on Dec 1, 2019
post-release
MatthieuDartiailh
committed
45d643f
View commit details
Copy full SHA for 45d643f
View code at this point
Browse repository at this point
release 0.9.0
MatthieuDartiailh
committed
8300de2
View commit details
Copy full SHA for 8300de2
View code at this point
Browse repository at this point
Commits on Aug 22, 2019
Add Python 3.8 testing (#47)
Show description for 27ca8c1
MatthieuDartiailh
authored
27ca8c1
View commit details
Copy full SHA for 27ca8c1
View code at this point
Browse repository at this point
Commits on Feb 18, 2019
release 0.8.0
MatthieuDartiailh
committed
aa40d3d
View commit details
Copy full SHA for aa40d3d
View code at this point
Browse repository at this point
Commits on Oct 19, 2018
Support Python 3.8.
serhiy-storchaka
committed
00d1539
View commit details
Copy full SHA for 00d1539
View code at this point
Browse repository at this point
Fix calculating the stack effect for opcodes with arguments. (#44)
Show description for f63b5b9
serhiy-storchaka
authored and
MatthieuDartiailh
committed
f63b5b9
View commit details
Copy full SHA for f63b5b9
View code at this point
Browse repository at this point
Commits on Oct 17, 2018
Fix stack effect (#43)
Show description for a88e0d4
thautwarm
authored and
MatthieuDartiailh
committed
a88e0d4
View commit details
Copy full SHA for a88e0d4
View code at this point
Browse repository at this point
Commits on Oct 16, 2018
Do not depend on aenum on Python 3.6+. (#40)
serhiy-storchaka
authored and
MatthieuDartiailh
committed
22c8e98
View commit details
Copy full SHA for 22c8e98
View code at this point
Browse repository at this point
Commits on Sep 6, 2018
concrete: improve on #34 by taking inspiration of #36
MatthieuDartiailh
committed
745481c
View commit details
Copy full SHA for 745481c
View code at this point
Browse repository at this point
Add support for general constants through a modified key_const function (#34)
Show description for bdc1046
MatthieuDartiailh
authored
bdc1046
View commit details
Copy full SHA for bdc1046
View code at this point
Browse repository at this point
Commits on May 1, 2018
Merge pull request #29 from SnoopyLane/py37
Show description for a7cc7a5
MatthieuDartiailh
authored
a7cc7a5
View commit details
Copy full SHA for a7cc7a5
View code at this point
Browse repository at this point
back to development
MatthieuDartiailh
committed
0c0f371
View commit details
Copy full SHA for 0c0f371
View code at this point
Browse repository at this point
Commits on Apr 29, 2018
Simplify _compute_stack_size, minor tweaks
Show description for a867d51
SnoopyLane
committed
a867d51
View commit details
Copy full SHA for a867d51
View code at this point
Browse repository at this point
Commits on Apr 28, 2018
bypass some temporary ControlFlowGraph objects (#30)
Show description for fbba1cd
SnoopyLane
authored and
MatthieuDartiailh
committed
fbba1cd
View commit details
Copy full SHA for fbba1cd
View code at this point
Browse repository at this point
Commits on Apr 23, 2018
changes from review feedback
Show description for 716f189
SnoopyLane
committed
716f189
View commit details
Copy full SHA for 716f189
View code at this point
Browse repository at this point
Commits on Apr 22, 2018
fix comparison to sys.version_info
Show description for 4145ea6
SnoopyLane
committed
4145ea6
View commit details
Copy full SHA for 4145ea6
View code at this point
Browse repository at this point
jump arg to stack_effect is now bool
Show description for 7447ace
SnoopyLane
committed
7447ace
View commit details
Copy full SHA for 7447ace
View code at this point
Browse repository at this point
remove stack_effect special treatment of EXTENDED_ARG
Show description for f6ff638
SnoopyLane
committed
f6ff638
View commit details
Copy full SHA for f6ff638
View code at this point
Browse repository at this point
test_stack_effects: verify all opcodes are handled
SnoopyLane
committed
da5cb7b
View commit details
Copy full SHA for da5cb7b
View code at this point
Browse repository at this point
remove logging/debug code
SnoopyLane
committed
a142c66
View commit details
Copy full SHA for a142c66
View code at this point
Browse repository at this point
Instr.stack_effect like 3.7, new compute_stacksize
Show description for 0bca264
SnoopyLane
committed
0bca264
View commit details
Copy full SHA for 0bca264
View code at this point
Browse repository at this point
stack_effect is now a method (was property)
Show description for 23390f5
SnoopyLane
committed
23390f5
View commit details
Copy full SHA for 23390f5
View code at this point
Browse repository at this point
Commits on Apr 15, 2018
release 0.7.0
MatthieuDartiailh
committed
5f1e8ec
View commit details
Copy full SHA for 5f1e8ec
View code at this point
Browse repository at this point
Commits on Apr 12, 2018
better convergence of compute_jumps (#27)
Show description for c660da7
SnoopyLane
authored and
MatthieuDartiailh
committed
c660da7
View commit details
Copy full SHA for c660da7
View code at this point
Browse repository at this point
Commits on Apr 10, 2018
Fix the handling EXTENDED_ARG 0 (#28)
Show description for 3486217
MatthieuDartiailh
authored
3486217
View commit details
Copy full SHA for 3486217
View code at this point
Browse repository at this point
Commits on Mar 24, 2018
prepare release
MatthieuDartiailh
committed
d3f9470
View commit details
Copy full SHA for d3f9470
View code at this point
Browse repository at this point
Commits on Mar 19, 2018
Do not delete `EXTENDED_ARG` instructions that have no arg (#24)
Show description for 63f1ec9
localhuman
authored and
MatthieuDartiailh
committed
63f1ec9
View commit details
Copy full SHA for 63f1ec9
View code at this point
Browse repository at this point
Commits on Oct 16, 2017
Merge pull request #11 from eric-wieser/ctor
Show description for 5134b45
MatthieuDartiailh
authored
5134b45
View commit details
Copy full SHA for 5134b45
View code at this point
Browse repository at this point
Commits on Jun 15, 2017
doc: update the documentation
MatthieuDartiailh
committed
9092916
View commit details
Copy full SHA for 9092916
View code at this point
Browse repository at this point
Commits on May 22, 2017
Update tests and some docs
MatthieuDartiailh
committed
9d4abcc
View commit details
Copy full SHA for 9d4abcc
View code at this point
Browse repository at this point
Rely on aenum to provide IntFlags and update tests
MatthieuDartiailh
committed
7e67604
View commit details
Copy full SHA for 7e67604
View code at this point
Browse repository at this point
Commits on May 8, 2017
flags: wip using IntFlag as base class
MatthieuDartiailh
committed
8336e7c
View commit details
Copy full SHA for 8336e7c
View code at this point
Browse repository at this point
Commits on Jan 8, 2017
Add a cfg based implementation of stack depth calculation
MatthieuDartiailh
committed
0cd2503
View commit details
Copy full SHA for 0cd2503
View code at this point
Browse repository at this point
Commits on Nov 29, 2016
Remove mutable default argument
Show description for b2ba963
eric-wieser
authored
b2ba963
View commit details
Copy full SHA for b2ba963
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.