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
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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
pythonbpf
/
Python-BPF
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
240
Code
Issues
22
Pull requests
4
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Refactor expr_pass
- #19
#19
Merged
r41k0u
merged 11 commits into
master
pythonbpf/Python-BPF:master
from
fix-expr
pythonbpf/Python-BPF:fix-expr
Copy head branch name to clipboard
Oct 3, 2025
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Refactor expr_pass
#19
r41k0u
merged 11 commits into
master
pythonbpf/Python-BPF:master
from
fix-expr
pythonbpf/Python-BPF:fix-expr
Copy head branch name to clipboard
Commits
Commits on Oct 2, 2025
Create _handle_name_expr
r41k0u
committed
44cbccc
View commit details
Copy full SHA for 44cbccc
Browse repository at this point
Use _handle_name_expr in eval_expr
r41k0u
committed
729270b
View commit details
Copy full SHA for 729270b
Browse repository at this point
Add _handle_constant_expr
r41k0u
committed
3a819dc
View commit details
Copy full SHA for 3a819dc
Browse repository at this point
Add _handle_attribute_expr
r41k0u
committed
a4f1363
View commit details
Copy full SHA for a4f1363
Browse repository at this point
Add deref
r41k0u
committed
a622c53
View commit details
Copy full SHA for a622c53
Browse repository at this point
Commits on Oct 3, 2025
Fix recursive_dereferencer in binops
r41k0u
committed
c9ee6e4
View commit details
Copy full SHA for c9ee6e4
Browse repository at this point
More fixes to recursive dereferencer, add get_operand value
r41k0u
committed
6d5895e
View commit details
Copy full SHA for 6d5895e
Browse repository at this point
Refactor ugly if-elif chain in handle_binary_op
r41k0u
committed
d593969
View commit details
Copy full SHA for d593969
Browse repository at this point
Fix recursive binops, move failing binops to passing
r41k0u
committed
a8b3f4f
View commit details
Copy full SHA for a8b3f4f
Browse repository at this point
Move binops1 to tests/passing
r41k0u
committed
cc626c3
View commit details
Copy full SHA for cc626c3
Browse repository at this point
Revert to using Warning loglevel as default
r41k0u
committed
c3db609
View commit details
Copy full SHA for c3db609
Browse repository at this point
You can’t perform that action at this time.