Skip to content
This repository was archived by the owner on Jun 24, 2026. It is now read-only.

fix some deprecation warnings#1556

Merged
reaperhulk merged 1 commit into
trailofbits:masterfrom
reaperhulk:fix-deprecation
Nov 22, 2019
Merged

fix some deprecation warnings#1556
reaperhulk merged 1 commit into
trailofbits:masterfrom
reaperhulk:fix-deprecation

Conversation

@reaperhulk

Copy link
Copy Markdown
Contributor

This fixes some issues that would arise if you ran it under Python 3.8 (which no longer supports invalid escape chars in non-raw strings). For manticore to run cleanly under Python 3.8 we'll need to get https://github.com/ethereum/pyrlp to run a release as their last release has this same issue. They fixed it with ApeWorX/pyrlp@bb898f8 but haven't tagged a release since.

@reaperhulk
reaperhulk merged commit d00b5f5 into trailofbits:master Nov 22, 2019
@reaperhulk
reaperhulk deleted the fix-deprecation branch November 22, 2019 02:43
ekilmer added a commit that referenced this pull request Dec 17, 2019
* master: (33 commits)
  removes travis entirely (#1572)
  Run mypy on manticore directory by default (#1573)
  Fix deprecation warnings related to setting verbosity (#1574)
  Bump version to fix pip install on Python 3.6 (#1571)
  Direct CI badge directly to CI action (#1570)
  switch to github actions (take two) (#1568)
  Add --quick-mode to configure Manticore for fast exploration (#1555)
  pytest-xdist prevents disturbing stdout, revert to travis_wait (#1566)
  Show black diff on travis builds (#1565)
  various changes to resolve test timeout/invalid dep issues (#1563)
  try pytest xdist (#1561)
  switch to pytest (#1560)
  Fixes different problems found by lgtm (#1558)
  reorg some deps a bit, usee env markers for dataclasses (#1559)
  fix some deprecation warnings (#1556)
  Add flag to only generate alive states when finalizing Manticore (#1554)
  Arrayvarname (#1552)
  Fix Z3 version parsing (#1551)
  Update README.md (#1553)
  Manticore 0.3.2 (#1547)
  ...
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants